The OpenD Programming Language

Decimal.isSpecial

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

Meta