module Heap:Vector.Heap(sigtypet =Diameter.G.vertex * Diameter.MakeGen.W.tval compare :'a * Diameter.MakeGen.W.t -> 'b * Diameter.MakeGen.W.t -> intend)
module V:Vector.OfArray(A)
type t = {
|
mutable v : |
|
mutable back : |
typeelt =V.elt
val create : ?size:int -> unit -> t
val is_empty : t -> bool
val clear : t -> unit
val add : t -> V.elt -> unit
val push : t -> V.elt -> unit
val peek_min : t -> V.elt
val pop_min : t -> V.elt
val size : t -> int