struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
const @
safe pure nothrow
static if(is(Soort == byte) || is(Soort == ubyte) || is(Soort == short) || is(Soort == ushort) || is(Soort == int) || is(Soort == uint) || is(Soort == long) || is(Soort == ulong))
size_t
toHash
if (
rij_aantal > 0 &&
kolom_aantal > 0
)