qui.misc

Undocumented in source.

Members

Aliases

integer
alias integer = ptrdiff_t

These names are easier to understand

uinteger
alias uinteger = size_t
Undocumented in source.

Functions

arrayToFile
bool arrayToFile(string fname, string[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteArray
T[] deleteArray(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.
insertArray
T[] insertArray(T[] dat, T[] ins, uinteger pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta