isValidOperatorImpl.Inferred

Undocumented in source.
template isValidOperatorImpl(L, string op, R)
struct Inferred (
M
size_t r
size_t c
) if (
r == wild ||
c == wild
) {}

Members

Functions

opIndex
auto opIndex(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cols
enum size_t cols;
Undocumented in source.
rows
enum size_t rows;
Undocumented in source.

Meta