fromNumeral

Convert the number number to its English textual representation. Opposite: toNumeral. TODO: Throw if number doesn't fit in long. TODO: Add variant to toTextualBigIntegerMaybe. TODO: Could this be merged with to!(T)(string) if (isInteger!T) ?

@safe pure
Nullable!long
fromNumeral
(
T = long
S
)
(
S x
)
if (
isSomeString!S
)

Meta