- Hash
string Hash(const(void[])[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- MD5
string MD5(const(void[])[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- RIPEMD160
string RIPEMD160(const(void[])[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- as
T as(string src, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- byteToStr_hex
string byteToStr_hex(T[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- combinationsRecursive
T[][] combinationsRecursive(T[] data, size_t partLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- compressString
string compressString(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- compressString
string compressString(void[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
- currTimeFromTick
SysTime currTimeFromTick(long tick)
Undocumented in source. Be warned that the author may not have intended to support it.
- currTimeTick
long currTimeTick()
Undocumented in source. Be warned that the author may not have intended to support it.
- dateTimeFromString
DateTime dateTimeFromString(string dt, DateTime defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- dateTimeToString
string dateTimeToString(DateTime dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- dupArrayArray
T[][] dupArrayArray(T[][] srcArray)
Undocumented in source. Be warned that the author may not have intended to support it.
- dupAssociativeArray
T_Value[T_Key] dupAssociativeArray(T_Value[T_Key] srcArray)
Undocumented in source. Be warned that the author may not have intended to support it.
- dupClassArray
T[] dupClassArray(T[] classArray)
Undocumented in source. Be warned that the author may not have intended to support it.
- floatAsString
string floatAsString(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- genUuid
string genUuid()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExeName
string getExeName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExePath
string getExePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasCross
bool hasCross(T[] _array, T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- inArray
bool inArray(T[] _array, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- inArray
bool inArray(T[] _array, T[] _sub_array)
Undocumented in source. Be warned that the author may not have intended to support it.
- inArray
bool inArray(T[][] _array, T[] _sub_array)
Undocumented in source. Be warned that the author may not have intended to support it.
- ipFromLong
string ipFromLong(long ipInt)
Undocumented in source. Be warned that the author may not have intended to support it.
- ipToLong
long ipToLong(string ip)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIPAddress
bool isIPAddress(string ip)
Undocumented in source. Be warned that the author may not have intended to support it.
- maxInArray
T maxInArray(T[] _array)
Undocumented in source. Be warned that the author may not have intended to support it.
- mergeString
string mergeString(Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
- minInArray
T minInArray(T[] _array)
Undocumented in source. Be warned that the author may not have intended to support it.
- now
DateTime now()
Undocumented in source. Be warned that the author may not have intended to support it.
- pos
long pos(T[] _array, T _value)
Undocumented in source. Be warned that the author may not have intended to support it.
- strToByte_hex
ubyte[] strToByte_hex(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- sysTimeFromString
SysTime sysTimeFromString(string dt, SysTime defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- uncompressString
string uncompressString(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- uncompressUbytes
ubyte[] uncompressUbytes(string input)
Undocumented in source. Be warned that the author may not have intended to support it.