numparse

Members

Enums

ParseError
enum ParseError

Functions

parseIntNumber
ParseError parseIntNumber(T dst, const(char)[] str, uint* pow)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSimpleFloatNumber
ParseError parseSimpleFloatNumber(T dst, const(char)[] str, char sep)
Undocumented in source. Be warned that the author may not have intended to support it.
parseUintNumber
ParseError parseUintNumber(T dst, const(char)[] str, uint* pow)
Undocumented in source. Be warned that the author may not have intended to support it.
parseUintNumbers
ParseError parseUintNumbers(T[] dst, const(char)[] str, char splt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta