voxelman.config.configmanager

Public Imports

std.variant
public import std.variant;
Undocumented in source.

Members

Aliases

ConfigValue
alias ConfigValue = Algebraic!(int, double, string, bool, int[], double[])
Undocumented in source.

Classes

ConfigManager
class ConfigManager
Undocumented in source.
ConfigOption
class ConfigOption
Undocumented in source.

Functions

parseSingle
void parseSingle(string optionName, ConfigOption option, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Andrey Penechko.