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

fromConfig
Flags!T fromConfig(ConfigParser p)

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

fromJson
Flags!T fromJson(Json json)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

values
BitFlags!T values;
Undocumented in source.

Meta