- decode
immutable(ubyte[]) decode(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeBase64
Document decodeBase64(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeBase64
string encodeBase64(const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeBase64
string encodeBase64(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- isBase64Prefix
bool isBase64Prefix(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- isHexPrefix
bool isHexPrefix(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.