package binning

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec 'a t = ('a, 'a, int, int) t
val create : ?n:int -> unit -> 'a t
val tick : 'a t -> 'a -> unit
val of_seq : ('a * int) Seq.t -> 'a t