Flags

Undocumented in source.

Constructors

this
this(T opt)
Undocumented in source.
this
this(BitFlags!T v)
Undocumented in source.

Alias This

values

Members

Static functions

fromYAML
Flags!T fromYAML(ConfigParser!(Flags!T) p)

Reads a list of flags from a JSON/YAML document and converts them to our internal representation.

Variables

values
BitFlags!T values;
Undocumented in source.

Meta