FixedArray.opEquals

Comparison for equality.

  1. bool opEquals(typeof(this) rhs)
  2. bool opEquals(U[] rhs)
    struct FixedArray(T, uint capacity_, bool borrowChecked = false)
    const
    bool
    opEquals
    (
    U
    )
    (
    const scope U[] rhs
    )
    if (
    is(typeof(T[].init == U[].init))
    )

Meta