SList.opEquals

Comparison for equality.

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

  1. bool opEquals(SList rhs)
    struct SList(T)
    const
    bool
    opEquals
    (
    const SList rhs
    )
    if (
    !is(T == shared)
    )
  2. bool opEquals(SList rhs)

Meta