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)
  3. auto opBinary(T v)
    class Matrix(size_t Width, size_t Height)
    opBinary
    (
    string op
    T
    )
    (
    T v
    )
    if (
    op == "*"
    )

Meta