type t = key
type value = value
val short_hash : t -> int
short_hash h
is a small hash of h
, to be used for instance as the `hash` function of an OCaml Hashtbl
.
Value Types
val t : t Irmin.Type.t
t
is the value type for t
.
Node.Key
Key
provides base functions for node keys.