- base64Decode
string base64Decode(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- base64Encode
string base64Encode(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
- bytesToInt
int bytesToInt(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- intToBytes
ubyte[] intToBytes(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- rsplit
auto rsplit(string str, char sep)
Undocumented in source. Be warned that the author may not have intended to support it.