Module Sort.Heap_sort

val sort : 'a t -> compare:('a -> 'a -> int) -> left:int -> right:int -> unit