package base_trie

  1. Overview
  2. Docs
Trie data structure library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=d423636742996696dc8e840710537cd85807d8d04ecbc2a266a63bcc75d58deb

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.