Parameters
Signature
val add : t -> E.t -> unitval add_iter : t -> ((E.t -> unit) -> 'x -> unit) -> 'x -> unitval max_elt : t -> E.t optionval get_max_elt : t -> E.tval pop_max : t -> E.t optionval remove_max : t -> unitval of_array : E.t array -> tval of_list : E.t list -> tval of_iter : ((E.t -> unit) -> 'x -> unit) -> 'x -> tval iter_unordered : (E.t -> unit) -> t -> unitval fold_unordered : ('acc -> E.t -> 'acc) -> 'acc -> t -> 'acc