isCanonical

Returns true if this number's representation is canonical.

Always returns true. All decimal numbers are canonical, whether or not they are reduced to their simplest form.

@safe const
bool
isCanonical
()

Meta