mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-05-05 17:04:25 -04:00
2 lines
7.8 KiB
HTML
2 lines
7.8 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (containers-data.index)</title><meta charset="utf-8"/><link rel="stylesheet" href="../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><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">Index</a> » containers-data</nav><header class="odoc-preamble"><h1 id="package-containers-data"><a href="#package-containers-data" class="anchor"></a>Package containers-data <span class="version">42bfe9c</span> <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGELOG.md">changes</a> <a href="https://github.com/c-cube/ocaml-containers/issues">issues</a> <a href="#package_info">more…</a></nav></h1><ul class="modules"><li><a href="CCBV/index.html"><code>CCBV</code></a> <span class="synopsis">Imperative Bitvectors.</span></li><li><a href="CCBijection/index.html"><code>CCBijection</code></a> <span class="synopsis">Functor to build a bijection Represents 1-to-1 mappings between two types. Each element from the "left" is mapped to one "right" value, and conversely.</span></li><li><a href="CCBitField/index.html"><code>CCBitField</code></a> <span class="synopsis">Efficient Bit Field for up to 31 or 61 fiels</span></li><li><a href="CCCache/index.html"><code>CCCache</code></a> <span class="synopsis">Caches Utils</span></li><li><a href="CCDeque/index.html"><code>CCDeque</code></a> <span class="synopsis">Imperative deque</span></li><li><a href="CCFQueue/index.html"><code>CCFQueue</code></a> <span class="synopsis">Functional queues</span></li><li><a href="CCFun_vec/index.html"><code>CCFun_vec</code></a> <span class="synopsis">Functional Vectors</span></li><li><a href="CCGraph/index.html"><code>CCGraph</code></a> <span class="synopsis">Simple Graph Interface</span></li><li><a href="CCHashSet/index.html"><code>CCHashSet</code></a> <span class="synopsis">Mutable Set</span></li><li><a href="CCHashTrie/index.html"><code>CCHashTrie</code></a> <span class="synopsis">Hash Tries</span></li><li><a href="CCHet/index.html"><code>CCHet</code></a> <span class="synopsis">Associative containers with Heterogeneous Values</span></li><li><a href="CCImmutArray/index.html"><code>CCImmutArray</code></a> <span class="synopsis">Immutable Arrays</span></li><li><a href="CCIntMap/index.html"><code>CCIntMap</code></a> <span class="synopsis">Map specialized for Int keys</span></li><li><a href="CCKTree/index.html"><code>CCKTree</code></a> <span class="synopsis">Lazy Tree Structure This structure can be used to represent trees and directed graphs (as infinite trees) in a lazy fashion. It is a structural type.</span></li><li><a href="CCLazy_list/index.html"><code>CCLazy_list</code></a> <span class="synopsis">Lazy List</span></li><li><a href="CCMixmap/index.html"><code>CCMixmap</code></a> <span class="synopsis">Maps with Heterogeneous Values</span></li><li><a href="CCMixset/index.html"><code>CCMixset</code></a> <span class="synopsis">Set of Heterogeneous Values</span></li><li><a href="CCMixtbl/index.html"><code>CCMixtbl</code></a> <span class="synopsis">Hash Table with Heterogeneous Keys</span></li><li><a href="CCMultiMap/index.html"><code>CCMultiMap</code></a> <span class="synopsis">Map that can map key to several values</span></li><li><a href="CCMultiSet/index.html"><code>CCMultiSet</code></a> <span class="synopsis">Multiset</span></li><li><a href="CCMutHeap/index.html"><code>CCMutHeap</code></a> <span class="synopsis">Mutable Heaps</span></li><li><a href="CCMutHeap_intf/index.html"><code>CCMutHeap_intf</code></a> </li><li><a href="CCPersistentArray/index.html"><code>CCPersistentArray</code></a> <span class="synopsis">Persistent Arrays</span></li><li><a href="CCPersistentHashtbl/index.html"><code>CCPersistentHashtbl</code></a> <span class="synopsis">Persistent hash-table on top of OCaml's hashtables</span></li><li><a href="CCRAL/index.html"><code>CCRAL</code></a> <span class="synopsis">Random-Access Lists</span></li><li><a href="CCRingBuffer/index.html"><code>CCRingBuffer</code></a> <span class="synopsis">Circular Buffer (Deque)</span></li><li><a href="CCSimple_queue/index.html"><code>CCSimple_queue</code></a> <span class="synopsis">Functional queues (fifo)</span></li><li><a href="CCTrie/index.html"><code>CCTrie</code></a> <span class="synopsis">Prefix Tree</span></li><li><a href="CCWBTree/index.html"><code>CCWBTree</code></a> <span class="synopsis">Weight-Balanced Tree</span></li><li><a href="CCZipper/index.html"><code>CCZipper</code></a> <span class="synopsis">List Zipper</span></li><li><a href="Containers_data_top/index.html"><code>Containers_data_top</code></a> </li></ul></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#package_info">Package info</a></li></ul></nav></div><div class="odoc-content"><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-authors"><td><a href="#info-authors" aria-hidden="true" class="anchor"></a>authors</td><td><ul><li>c-cube</li></ul></td></tr><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGELOG.md">CHANGELOG.md</a></li></ul></td></tr><tr id="info-depends"><td><a href="#info-depends" aria-hidden="true" class="anchor"></a>depends</td><td><ul><li><a href="../containers/index.html">containers</a></li><li><a href="../dune/index.html">dune</a></li><li><a href="../gen/index.html">gen</a></li><li><a href="../iter/index.html">iter</a></li><li><a href="../mdx/index.html">mdx</a></li><li><a href="../ocaml/index.html">ocaml</a></li><li><a href="../odoc/index.html">odoc</a></li><li><a href="../qcheck-core/index.html">qcheck-core</a></li></ul></td></tr><tr id="info-homepage"><td><a href="#info-homepage" aria-hidden="true" class="anchor"></a>homepage</td><td><ul><li><a href="https://github.com/c-cube/ocaml-containers/">https://github.com/c-cube/ocaml-containers/</a></li></ul></td></tr><tr id="info-issues"><td><a href="#info-issues" aria-hidden="true" class="anchor"></a>issues</td><td><ul><li><a href="https://github.com/c-cube/ocaml-containers/issues">https://github.com/c-cube/ocaml-containers/issues</a></li></ul></td></tr><tr id="info-license"><td><a href="#info-license" aria-hidden="true" class="anchor"></a>license</td><td><ul><li>BSD-2-Clause</li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE">LICENSE</a></li></ul></td></tr><tr id="info-maintainers"><td><a href="#info-maintainers" aria-hidden="true" class="anchor"></a>maintainers</td><td><ul><li>c-cube</li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.md">README.md</a></li></ul></td></tr><tr id="info-repo"><td><a href="#info-repo" aria-hidden="true" class="anchor"></a>repo</td><td><ul><li>git+https://github.com/c-cube/ocaml-containers.git</li></ul></td></tr><tr id="info-tags"><td><a href="#info-tags" aria-hidden="true" class="anchor"></a>tags</td><td><ul><li><a href="../index.html#tag-containers">containers</a></li><li><a href="../index.html#tag-function">function</a></li><li><a href="../index.html#tag-okasaki">okasaki</a></li><li><a href="../index.html#tag-ral">ral</a></li><li><a href="../index.html#tag-vector">vector</a></li></ul></td></tr><tr id="info-version"><td><a href="#info-version" aria-hidden="true" class="anchor"></a>version</td><td><ul><li>42bfe9c</li></ul></td></tr></table></div></body></html>
|