bc.string.conv

Parsing from string to standard types.

Members

Aliases

cstring
alias cstring = const(char)[]
Undocumented in source.

Functions

parse
ParseResult!T parse(cstring str)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ParseResult
struct ParseResult(T)

Result of the parse functions

Meta