package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type t
val create : int -> t
val incr : t -> elt -> unit
val incr_by : t -> int -> elt -> unit
val get : t -> elt -> int
val add_seq : t -> elt sequence -> unit
val of_seq : elt sequence -> t
OCaml

Innovation. Community. Security.