package fmlib_std

  1. Overview
  2. Docs
Standard datatypes of Fmlib

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.5.7.tar.gz
sha256=9da8e569a8340d0509970a3647e34005427a24dbf435e21f4e6574533b03bfca
md5=fa5e03bef63517bfc439727f60688acd

doc/fmlib_std/Fmlib_std/Btree/index.html

Module Fmlib_std.Btree

Sets and maps based on B trees.

module Set (Key : Interfaces.SORTABLE) : sig ... end

A finite set implemented by a B tree.

module Map (Key : Interfaces.SORTABLE) : sig ... end

A finite map implemented by a B tree.