Mat.inp

Undocumented in source. Be warned that the author may not have intended to support it.
struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
const
static if(isVec)
inp
(
Resultaat = Soort
R : Mat!(rij_aantal, 1, T)
T
)
(
const R rechts
)
if (
rij_aantal > 0 &&
kolom_aantal > 0
)

Meta