Returns true if all specified types are _decimal types.
Undocumented in source.
static assert(isDecimal!decimal32); static assert(isDecimal!(decimal32, decimal64)); static assert(!isDecimal!int); static assert(!isDecimal!(decimal128, byte));
See Implementation
Returns true if all specified types are _decimal types.