Mat.isOngeveer

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(is(typeof(abs!Soort)))
bool
isOngeveer
if (
rij_aantal > 0 &&
kolom_aantal > 0
)

Meta