misc

Undocumented in source.

Members

Aliases

integer
alias integer = ptrdiff_t
Undocumented in source.
uinteger
alias uinteger = size_t
Undocumented in source.

Functions

convArrayType
T[] convArrayType(T2[] dat)
Undocumented in source. Be warned that the author may not have intended to support it.
del
T[] del(T[] dat, uinteger pos, uinteger count)
Undocumented in source. Be warned that the author may not have intended to support it.
fileToArray
string[] fileToArray(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
T[] insert(T[] dat, T[] ins, uinteger pos)
Undocumented in source. Be warned that the author may not have intended to support it.
max
T max(T[] dat)
Undocumented in source. Be warned that the author may not have intended to support it.
parseStr
string parseStr(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(T[] a, T sp)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta