Mat.data

Direct access to underlying data. Reminder: row major order!

struct Mat(T, size_t R, size_t C)
@property inout
inout(Component)[]
data
()

Meta