ConfigParser.parseResult

Static parse function

Creates a config parser, attempts to parse, and returns the result

struct ConfigParser(Config)
static
Config
parseResult
(
string str
)

Parameters

str string

The config string

Return Value

Type: Config

The config struct

Throws

ConfigException on parse error

Meta