Returns the most wide _decimal type among the specified types
Undocumented in source.
static assert(is(CommonDecimal!(decimal32, decimal64) == decimal64)); static assert(is(CommonDecimal!(decimal32, decimal128) == decimal128)); static assert(is(CommonDecimal!(decimal64, decimal128) == decimal128));
See Implementation
Returns the most wide _decimal type among the specified types