Array

Undocumented in source.
  1. template Array(T)
    template Array (
    T
    ) if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    ) {}
  2. template Array(T)

Members

Functions

compare
int compare(T[] s1, T[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(T[] s1, T[] s2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta