Module Index.Key

module type S = sig ... end

The input of Make for keys.

module String_fixed (L : sig ... end) : S with type t = string

String keys of a given fixed size in bytes.