IntFlags

Undocumented in source.

Constructors

this
this(IntFlags that)
Undocumented in source.

Alias This

anySet

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
IntFlags opAssign(IntFlags that)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
IntFlags opBinary(IntFlags that)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
IntFlags opOpAssign(IntFlags that)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
IntFlags popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer sink, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer sink)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

anySet
bool anySet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
IntFlag front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
IntFlags save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

local
IntFlags local;
Undocumented in source.

Variables

pushPop
enum string pushPop;
Undocumented in source.

Meta