Mat.toHash

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t toHash()
    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
    )
  2. size_t toHash()
  3. size_t toHash()
  4. size_t toHash()

Meta