package
0.0.0-20180711164918-19f838fd53de
Repository: https://github.com/brentp/go-athenaeum.git
Documentation: pkg.go.dev

# README

GoDoc

# Functions

Difference returns a new RangeSet with regions in a that are absent from b.
Intersection returns a new RangeSet with intersecting regions from a and b.
New returns a new RangeSet.
Union returns a new RangeSet with the union of regions from a and b.

# Structs

Range is 0-based half-open.
RangeSet acts like a bitvector where the interval values for true can be extracted.