Mat.ct - multiple declarations

Function Mat.ct

Index a component at compile time

Mat.Component ct(size_t r, size_t c)() const @property;

Function Mat.ct

Assign a compile time indexed component

void ct(size_t r, size_t c) (
  in Mat.Component comp
);

Function Mat.ct

Index a row at compile time

Mat.Row ct(size_t r)() const @property;

Function Mat.ct

Assign a row indexed at compile time

void ct(size_t r) (
  in Mat.Row row
);