package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : compare:('a -> 'a -> int) -> 'a t
val add : 'a t -> 'a -> 'a t
val remove_min : 'a t -> ('a * 'a t) option