package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val empty : ('a, 'b) t
val add : ('a, 'b) t -> k:'a -> v:'b -> ('a, 'b) t
val pop_max : ('a, 'b) t -> ('a, 'b) t
val max : ('a, 'b) t -> 'a * 'b