opEquals

Compare with range R with comparable element type.

  1. bool opEquals(typeof(this) rhs)
  2. bool opEquals(R rhs)
    const
    bool
    opEquals
    (
    R
    )
    (
    R rhs
    )
    if (
    isInputRange!R &&
    !isInfinite!R
    )

Meta