Vector.opEquals

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

Meta