DList.opEquals

Comparison for equality.

Complexity: O(min(n, n1)) where n1 is the number of elements in rhs.

struct DList(T)
const
bool
opEquals
()
(
ref const DList rhs
)

Meta