package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : creator -> 'a t
val push : 'a t -> 'a -> unit
val iter : ('a -> unit) -> 'a t -> unit
val fold : ('acc -> 'a -> 'acc) -> 'acc -> 'a t -> 'acc
val exists : ('a -> bool) -> 'a t -> bool
val length : 'a t -> int
val get : 'a t -> int -> 'a
val of_seq : 'a t -> 'a Base.Sequence.t

From last current element to first

val pp : ?sep:unit Fmt.t -> 'a Fmt.t -> 'a t Fmt.t
OCaml

Innovation. Community. Security.