package diffast-misc

  1. Overview
  2. Docs
method clear : unit
method add : 'a -> unit
method get : int -> 'a
method set : int -> 'a -> unit
method is_empty : bool
method iter : ('a -> unit) -> unit
method iteri : (int -> 'a -> unit) -> unit
method length : int
method to_string : ('a -> string) -> string
OCaml

Innovation. Community. Security.