RuleValues

Undocumented in source.

Constructors

this
this(size_t frozen, size_t capacity)
Undocumented in source.

Members

Functions

clone
RuleValues clone()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(RuleValues rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEqual
bool opEqual(RuleValues rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(bool v, size_t i)
Undocumented in source.
withFrozenSplit
RuleValues withFrozenSplit(size_t i)
Undocumented in source.

Properties

capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
frozen
size_t frozen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
frozen
size_t frozen [@property setter]
Undocumented in source.

Meta