moonpool/dev/ocaml/Stdlib/Ephemeron/GenHashTable/index.html

2 lines
No EOL
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>GenHashTable (ocaml.Stdlib.Ephemeron.GenHashTable)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> <a href="../../../index.html">ocaml</a> &#x00BB; <a href="../../index.html">Stdlib</a> &#x00BB; <a href="../index.html">Ephemeron</a> &#x00BB; GenHashTable</nav><header class="odoc-preamble"><h1>Module <code><span>Ephemeron.GenHashTable</span></code></h1><p>Hash tables on generic containers with notion of death and aliveness.</p><p>Define a hash table on generic containers which have a notion of &quot;death&quot; and aliveness. If a binding is dead the hash table can automatically remove it.</p><ul class="at-tags"><li class="alert"><span class="at-tag">alert</span> old_ephemeron_api This module won't be available in 5.0</li></ul></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-equal"><a href="#type-equal" class="anchor"></a><code><span><span class="keyword">type</span> equal</span><span> = </span></code><ol><li id="type-equal.ETrue" class="def variant constructor anchored"><a href="#type-equal.ETrue" class="anchor"></a><code><span>| </span><span><span class="constructor">ETrue</span></span></code></li><li id="type-equal.EFalse" class="def variant constructor anchored"><a href="#type-equal.EFalse" class="anchor"></a><code><span>| </span><span><span class="constructor">EFalse</span></span></code></li><li id="type-equal.EDead" class="def variant constructor anchored"><a href="#type-equal.EDead" class="anchor"></a><code><span>| </span><span><span class="constructor">EDead</span></span></code><div class="def-doc"><span class="comment-delim">(*</span><p>the container is dead</p><span class="comment-delim">*)</span></div></li></ol></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-MakeSeeded"><a href="#module-MakeSeeded" class="anchor"></a><code><span><span class="keyword">module</span> <a href="MakeSeeded/index.html">MakeSeeded</a></span><span> (<a href="MakeSeeded/argument-1-H/index.html">H</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span>) : <a href="../module-type-SeededS/index.html">SeededS</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../module-type-SeededS/index.html#type-key">key</a> = <a href="MakeSeeded/argument-1-H/index.html#type-t">H.t</a></span></span></code></div><div class="spec-doc"><p>Functor building an implementation of an hash table that use the container for keeping the information given</p></div></div></div></body></html>