Vector4i.opBinary

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

Meta