Decimal.isInfinity

Returns true if this Decimal represents infinity (positive or negative).

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