jon.recoil.org

Module Base_internalhash_typesSource

Sourcetype state = private int

state is defined as a subtype of int using the private keyword. This makes it an opaque type for most purposes, and tells the compiler that the type is immediate.

Sourcetype seed = int
Sourcetype hash_value = int