Matrix.toHash

Returns hash

struct Matrix(T, size_t H, size_t W)
const @safe nothrow
size_t
toHash
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta