The OpenD Programming Language

mir.parse

@nogc and nothrow Parsing Utilities

Members

Enums

DecimalExponentKey
enum DecimalExponentKey

Functions

fromString
bool fromString(const(C)[] str, T value)

Performs nothrow and @nogc string to native type conversion.

parse
bool parse(inout(C)[] str, T value)

Single character parsing utilities.

parse
bool parse(inout(C)[] str, T value)

Integer parsing utilities.

Structs

DecimalExponentInfo
struct DecimalExponentInfo
ParsePosition
struct ParsePosition

Parsing position

Templates

fromString
template fromString(T)

Performs nothrow and @nogc string to native type conversion.

Meta

Authors

Ilia Ki