checksumToId

Converts a checksum to a 32-bit ID that can be used to activate a mutant.

Guaranteed that zero is never used. It is reserved for no mutant.

  1. uint checksumToId(Checksum cs)
    @safe @safe pure nothrow @nogc
    uint
    checksumToId
  2. uint checksumToId(ulong cs)

Meta