Vector4.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector4 opBinary(Vector4 other)
  2. Vector4 opBinary(real_t scalar)
    struct Vector4
    @nogc nothrow const
    opBinary
    (
    string op
    )
    if (
    op == "*" ||
    op == "/"
    )

Meta