The OpenD Programming Language

Decimal.isInfinity

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

Meta