- formHex
ubyte formHex(char[2] chs)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSameIngnoreLowUp
bool isSameIngnoreLowUp(TChar[] s1, TChar[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- splitNameValue
void splitNameValue(TChar[] data, Char pDelim, Char vDelim, bool delegate(TChar[], TChar[]) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- splitNameValue
void splitNameValue(TChar[] data, const(Char)[] pairDelim, const(Char)[] valueDelim, bool delegate(TChar[], TChar[]) callback)
Undocumented in source. Be warned that the author may not have intended to support it.