package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Implementation of a fanout table (which orders value like the IDX file).

module type KEY = sig ... end
module Make (Key : KEY) : sig ... end

A Fanout table is a container to associate a key Key.t with a value. Internally, we order bindings by the first byte of the Key.t.