package base_trie

  1. Overview
  2. Docs
Trie data structure library

Install

Dune Dependency

Authors

Maintainers

Sources

base_trie-v0.16.0.tar.gz
sha256=e7544117bfa8ab1708fd5d78151bbc73b55f10dba52360bcbc2ac2bf5f9a16eb

doc/base_trie.trie_stable/Trie_stable/V1/index.html

Module Trie_stable.V1Source

Takes an unstable keychain implementation to define the in-memory representation, and a stable serialization for keychain values to define the serialization.

Parameters

Signature

include Core.Core_stable.Stable1_with_witness with type 'a t := 'a t
Sourceval stable_witness : 'a Ppx_stable_witness_runtime.Stable_witness.t -> 'a t Ppx_stable_witness_runtime.Stable_witness.t
include Bin_prot.Binable.S1 with type 'a t := 'a t
Sourceval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1
Sourceval bin_write_t : ('a, 'a t) Bin_prot.Write.writer1
Sourceval bin_read_t : ('a, 'a t) Bin_prot.Read.reader1
Sourceval __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1
Sourceval bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writer
Sourceval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.reader
Sourceval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
Sourceval compare : 'a Base__Ppx_compare_lib.compare -> 'a t Base__Ppx_compare_lib.compare
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.