Set.BitTable

Undocumented in source.
struct Set(alias set)
static
static if(!(val <= 6))
struct BitTable {}

Constructors

this
this(CodepointSet set)
Undocumented in source.

Members

Functions

add
void add(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

table
uint[4] table;
Undocumented in source.

Meta