package binning

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