Vector.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(S scalar)
  2. bool opEquals(F vec)
  3. bool opEquals(F[] array)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    const
    bool
    opEquals
    (
    F
    )
    (
    const F[] array
    )
    if (
    isAssignable!(E, F) &&
    !isArray!F
    &&
    !isVector!F
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )

Meta