- _bug
void _bug(CharRange!(dchar) a)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
dchar decode(const(char)[] s, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
dchar decode(const(wchar)[] s, size_t idx)
Undocumented in source.
- decode
dchar decode(const(dchar)[] s, size_t idx)
Undocumented in source.
- encode
void encode(const(char)[] s, dchar c)
Undocumented in source.
- encode
void encode(const(wchar)[] s, dchar c)
Undocumented in source.
- encode
void encode(const(dchar)[] s, dchar c)
Undocumented in source.
- isValidDchar
bool isValidDchar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main()
"*" quantifier bug. In "(☃+)" pattern test ((r.match(0) == "☃☃☃☃☃")&&(r.match(1) == "☃☃☃☃☃")) has passed.
- quickSort
void quickSort(T[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
- quickSort
void quickSort(T[] a, size_t l, size_t r)
Undocumented in source. Be warned that the author may not have intended to support it.