package base_trie

  1. Overview
  2. Docs
type seq
type elt
type t
val start : seq -> t

Creates an iterator at the first element of a collection.

val is_finished : t -> seq -> Base.bool

Reports true when the iterator is past all elements of a collection.

val get_exn : t -> seq -> elt

Gets the current element of a collection. May raise if is_finished t.

val next_exn : t -> seq -> t

Returns an iterator past the current element. May raise if is_finished t.

OCaml

Innovation. Community. Security.