package batteries

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a BatHeap.t
val size : 'a t -> int
val empty : 'a t
val insert : 'a t -> 'a -> 'a t
val add : 'a -> 'a t -> 'a t
val merge : 'a t -> 'a t -> 'a t
val find_min : 'a t -> 'a
val del_min : 'a t -> 'a t
val of_list : 'a list -> 'a t
val to_list : 'a t -> 'a list
val elems : 'a t -> 'a list
val of_enum : 'a BatEnum.t -> 'a t
val enum : 'a t -> 'a BatEnum.t
val print : ?first:string -> ?last:string -> ?sep:string -> ('a, 'b) BatIO.printer -> ('a t, 'b) BatIO.printer
module type H = sig ... end
module Make (Ord : BatInterfaces.OrderedType) : sig ... end
OCaml

Innovation. Community. Security.