Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fglock/set-infinite

Sets of intervals
https://github.com/fglock/set-infinite

Last synced: about 2 months ago
JSON representation

Sets of intervals

Awesome Lists containing this project

README

        

NAME
Set::Infinite - Sets of intervals

SYNOPSIS
use Set::Infinite;

$a = Set::Infinite->new(1,2); # [1..2]
print $a->union(5,6); # [1..2],[5..6]

INSTALLATION

To install this module type the following in the distribution
directory:

perl Makefile.PL
make
make test
make install