package diffast-misc

  1. Overview
  2. Docs
method add : 'a -> unit
method clear : unit
method copy : 'c
method filter : ('a -> bool) -> unit
method fold : ('b -> 'a -> 'b) -> 'b -> 'b
method is_empty : bool
method iter : ('a -> unit) -> unit
method length : int
method peek : 'a
method peek_last : 'a
method peek_nth : int -> 'a
method prepend : 'a -> unit
method prepend_from : 'c -> unit
method remove_last : unit
method replace : ('a -> 'a) -> unit
method repr : 'a t
method take : 'a
method transfer : 'c -> unit
OCaml

Innovation. Community. Security.