Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val exists : 'uid idx -> 'uid -> bool
val max : 'uid idx -> int
val get_uid : 'uid idx -> int -> 'uid
val get_offset : 'uid idx -> int -> int64
module type UID = sig ... end
Memory safe IDX decoder.
The goal of this library is to provide a way to decode the IDX file as a stream.
module Device : sig ... end