package ocaml-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Official release of OCaml 5.3.0
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ocaml-5.3.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=22c1dd9de21bf43b62d1909041fb5fad648905227bf69550a6a6bef31e654f38
    
    
  doc/stdlib/Stdlib/Ephemeron/K2/Make/index.html
Module K2.MakeSource
Functor building an implementation of a weak hash table
Propose the same interface as usual hash table. However since the bindings are weak, even if mem h k is true, a subsequent find h k may raise Not_found because the garbage collector can run between the two.
Parameters
module H1 : Hashtbl.HashedTypemodule H2 : Hashtbl.HashedTypeSignature
remove all dead bindings. Done automatically during automatic resizing.
same as Hashtbl.SeededS.stats but only count the alive bindings
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page