- as
inout(T) as()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(typeof(this) value)
auto ref opAssign(T that)
auto ref opAssign(typeof(null) that)
- opAssign
auto ref opAssign(WordVariant!(SubTypes) value)
Assignment from sub-variant value.
- opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(WordVariant that)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T that)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
auto toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- typeIx
Ix typeIx()
Get zero-offset index as Ix of current variant type.
A variant of Types packed into a word (size_t).
Suitable for use in tree-data containers, such as radix trees (tries), where hybrid value (sparsely packed sub-tree) and pointer (to dense sub-tree) packing of sub-nodes is needed.