- abs
Vector!(T, n) abs(Vector!(T, n) vector)
Undocumented in source. Be warned that the author may not have intended to support it.
- clamp
Vector!(T, n) clamp(Vector!(T, n) vector, Vector!(T, n) lower, Vector!(T, n) upper)
Undocumented in source. Be warned that the author may not have intended to support it.
- nansToZero
void nansToZero(Vector!(T, size) vector)
Undocumented in source. Be warned that the author may not have intended to support it.
- nansToZero
void nansToZero(T[size] vector)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextPOT
T nextPOT(T x)
Undocumented in source. Be warned that the author may not have intended to support it.