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/argument-1-Keychain_unstable/index.html

Parameter V1.Keychain_unstable

Keychain elements are usable as keys into ordered collections.

module Iterator : Trie.Iterator.S0 with type elt = Key.t

Keychains support iteration over each key in the chain.

type t = Iterator.seq

The type of a keychain.

type keychain_witness

A phantom type identifying the keychainable implementation.

A compound type used in the Keychainable.t argument normally hidden by a GADT.

The implementation of the keychain type.

OCaml

Innovation. Community. Security.