module Elt : sig ... endval add_removable : 'a t -> 'a -> 'a Elt.tadd_removable t vreturns a token that can be later used to removev. Unlike the regular function, this unsafe version doesn't allocate.
Pairing_heap.Unsafemodule Elt : sig ... endval add_removable : 'a t -> 'a -> 'a Elt.tadd_removable t v returns a token that can be later used to remove v. Unlike the regular function, this unsafe version doesn't allocate.