CharRange

Undocumented in source.

Members

Functions

contains
bool contains(char_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(CharRange cr)
Undocumented in source. Be warned that the author may not have intended to support it.
intersect
CharRange intersect(CharRange cr)
Undocumented in source. Be warned that the author may not have intended to support it.
intersects
bool intersects(CharRange cr)
Undocumented in source. Be warned that the author may not have intended to support it.
l
char_t l()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(CharRange cr)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(CharRange cr)
Undocumented in source. Be warned that the author may not have intended to support it.
r
char_t r()
Undocumented in source. Be warned that the author may not have intended to support it.
subtract
CharRange[] subtract(CharRange cr)
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.

Static functions

opCall
CharRange opCall(char_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
CharRange opCall(char_t a, char_t b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

l_
char_t l_;
r_
char_t r_;
Undocumented in source.

Meta