The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DynGig::Range::Integer::Parse - Implements DynGig::Range::Interface::Parse.

DESCRIPTION

OBJECT

A even sized ARRAY containing boundary values of contiguous elements, in ascending order.

e.g. '-5,23,4~13,0~2' is stored as [ -5, -5, 0, 2, 4, 13, 23, 23 ]

LITERAL

A rudimentary range form. e.g.

 '4~13'
 '-5'

NOTE

See DynGig::Range