Index.Private
These modules should not be used. They are exposed purely for testing purposes.
module Hook : sig ... end
module Search = Search
module Io = Io
module Io_array = Io_array
module Fan = Fan
module Data = Data
module Layout = Layout
module Logs : sig ... end
module type S = Index_intf.Private with type 'a hook := 'a Hook.t
module Make
(K : Index_intf.Key)
(V : Index_intf.Value)
(_ : Platform.S)
(C : Cache.S) :
S with type key = K.t and type value = V.t