package base_trie

  1. Overview
  2. Docs

Module Impl.Iterator

Implements iteration over the keys of a keychain.

type seq = t
type elt = Key.t
type t
type iterator_witness

The phantom type identifying this implementation.

val iterator : (t, seq, elt, iterator_witness) Iterator.t