package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type 'a t
val empty : 'a t
val add : 'a t -> k:K.t -> v:'a -> 'a t
val pop_max : 'a t -> 'a t
val max : 'a t -> K.t * 'a