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)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    const
    bool
    opEquals
    (
    F
    )
    (
    in F vec
    )
    if (
    isVector!F &&
    dimension == F.dimension
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )
  3. bool opEquals(F[] array)

Meta