- equal
bool equal(T a, U b)
Undocumented in source. Be warned that the author may not have intended to support it.
- equal
bool equal(const(T)[] a, const(U)[] b)
- main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
Algorithms that either improve or complement std.algorithm.comparison.`