precisionDigits

Returns the number of digits to the right of the decimal point in a numeric string. This routine includes trailing zeros in the count.

@safe pure
size_t
precisionDigits
(
const char[] numericString
)

Meta