package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Official release of OCaml 5.4.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-5.4.0.tar.gz
sha256=6fcf1b192e389e54c4f5cb51306ab2baee2a54a25b1770366de5a8b42695996e
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