MONumber.parse

This function parses a number out of a string and eats characters as it goes, hence the ref string parameter.

class MONumber
@safe
void
parse
(
ref string source
)

Meta