- equalsCI
bool equalsCI(const(CharA)[] a, const(CharB)[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
- isAllWhite
bool isAllWhite(Char[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- quickHash64
ulong quickHash64(const(char)* p, const(char)* pend, ulong hash)
Undocumented in source. Be warned that the author may not have intended to support it.
- quickHash64i
ulong quickHash64i(const(char)* p, const(char)* pend, ulong hash)
Undocumented in source. Be warned that the author may not have intended to support it.
- quickHashOf
hash_t quickHashOf(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
- requiresQuotes
bool requiresQuotes(Char[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- tagHashOf
hash_t tagHashOf(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeHTMLEscaped
void writeHTMLEscaped(Appender app, const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeQuotesEscaped
void writeQuotesEscaped(Appender app, const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.