package base_trie

  1. Overview
  2. Docs

Module Iterator.Of_listSource

Sourcetype 'a seq = 'a Base.list

Sequential collections.

Sourcetype 'a elt = 'a

Elements of a collection.

Sourcetype 'a t

Iterators into a collection.

Sourcetype iterator_witness

The phantom type identifying this implementation.

Sourceval iterator : ('a t, 'a seq, 'a elt, iterator_witness) t