Mat.ct

Assign a row indexed at compile time

  1. Component ct [@property getter]
  2. void ct(Component comp)
  3. Row ct [@property getter]
  4. void ct(Row row)
    struct Mat(T, size_t R, size_t C)
    void
    ct
    (
    size_t r
    )
    (
    in Row row
    )

Meta