numberToString

Get shortest string representation of a numeric type that still converts to exactly the same number.

string
numberToString
(
T
)
(
T v
)
if (
isNumeric!T
)

Meta