Flags

Undocumented in source.

Constructors

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

Alias This

values

Members

Functions

toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromJson
Flags!T fromJson(Json json)
Undocumented in source. Be warned that the author may not have intended to support it.
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