package qcow

  1. Overview
  2. Docs
module type ELT = sig ... end
module Make (Elt : ELT) : sig ... end

A discrete interval encoding tree: a set of elements optimised for cases where large numbers of contiguous elements are in the set.

module Test : sig ... end
OCaml

Innovation. Community. Security.