Index.checksum

Sets the checksum/hash

  1. ubyte[N] checksum()
  2. ubyte[N] checksum(ubyte[N] val)
    struct Index
    ubyte[N]
    checksum
    @safe @nogc pure nothrow
    (
    int N = 16
    )
    (
    ubyte[N] val
    )

Meta