Matrix.fill

fill data

struct Matrix(size_t H, size_t W, E)
pure ref
typeof(this)
fill
(
in E[] vals...
)

Meta