Matrix.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Type[3] opBinary(Type[3] v)
  2. Type[Width] opBinary(Type[Width] v)
    class Matrix(size_t Width, size_t Height)
    Type[Width]
    opBinary
    (
    string op
    )
    (
    Type[Width] v
    )
    if (
    op == "*"
    )
  3. auto opBinary(T v)

Meta