Decimal.isNaN

struct Decimal(size_t maxSize64)
const @property
bool
isNaN
()
if (
maxSize64 &&
maxSize64 <= ushort.max
)

Meta