bool opEquals(const SList rhs)
Comparison for equality.
Complexity: min(n, n1) where n1 is the number of elements in rhs.
n1
rhs
bool opEquals(ref const SList rhs)
ditto