package rangeSet

  1. Overview
  2. Docs
RangeSet: a library for sets over ordered ranges

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.1.tar.gz
md5=73528d7ba605b724022d6b7c605cf2cd

Description

This module implements two range set data structure: continuous and discrete range set.

The elements are represented as ranges internally, and is therefore efficient for large set of adjacent elements.

Published: 14 Jun 2023

README

RangeSet

Sets over ordered ranges

This module implements the set data structure.

The elements are reprented as ranges, and is therefore efficient for large set of adjacent elements.

Document

The document is available here.

Dependencies (2)

  1. dune >= "1.1.0"
  2. ocaml >= "4.02.3"

Dev Dependencies

None

Used by

None

Conflicts

None