The OpenD Programming Language

Decimal.isNaN

struct Decimal(uint size64)
@safe scope const @property
bool
isNaN
()
if (
size64 &&
size64 <= ushort.max
)

Meta