package bin_there

  1. Overview
  2. Docs

Module Std.Persistent_collectionSource

Sourceval serialize : (Serialization.t -> 'elem -> unit) -> length:('coll -> int) -> iter:(('elem -> unit) -> 'coll -> unit) -> Serialization.t -> 'coll -> unit
Sourceval deserialize : (Deserialization.t -> unit -> 'elem) -> empty:'coll -> add:('elem -> 'coll -> 'coll) -> Deserialization.t -> unit -> 'coll
Sourcemodule Make (Element : sig ... end) (Ops : PERSISTENT_COLLECTION_OPS with type element = Element.t) : sig ... end