FixedArray.opEquals

Comparison for equality.

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

Meta