- isGreater
bool isGreater(T base, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLess
bool isLess(T base, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- limits
T limits(T value, T minLimit, T maxLimit)
limits the value on the min or max
- toString
string toString(T value, size_t length, string fillTxt)
convert integral values to string with defined length
- transform
T transform(T value, T minOld, T maxOld, T newMin, T newMax)
transform value minOld/maxOld to newMin/newMax