package batteries
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A community-maintained standard library extension
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v3.6.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=1bcb27dfbd130eb057561196ef851649
    
    
  sha512=2a56611b09a5f1cba6457539f8b6bc87a5f2a5454b36cdb39f6e0d6a5dac6db179aab1ba87c74dd49cc41df31a9a96feb349028ea41df7371ecb47f4d9dfafc4
    
    
  doc/batteries.unthreaded/BatHeap/Make/index.html
Module BatHeap.Make
Functorized heaps over arbitrary orderings. All the functions have the same complexity as the non-functorized versions.
Parameters
module Ord : BatInterfaces.OrderedTypeSignature
type elem = Ord.tType of elements of the heap
val empty : tSee BatHeap.empty.
val size : t -> intSee BatHeap.size.
See BatHeap.add.
See BatHeap.insert.
See BatHeap.merge.
See BatHeap.find_min.
See BatHeap.del_min.
See BatHeap.of_list.
See BatHeap.to_list.
See BatHeap.of_enum.
See BatHeap.enum.
val print : 
  ?first:string ->
  ?last:string ->
  ?sep:string ->
  (elem, 'a) BatIO.printer ->
  (t, 'a) BatIO.printerSee BatHeap.print.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page