Vector.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(L lhs)
  2. auto opBinaryRight(L lhs)
    struct Vector(T, size_t LENGTH)
    final const shared
    opBinaryRight
    (
    string op
    L
    )
    (
    const L lhs
    )
    if (
    isIntegral!T ||
    isFloatingPoint!T
    )

Meta