The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Types::Array::Range

DESCRIPTION

This object is ...

SYNOPSIS

var obj = Range.new(...);

INHERITS

Inherits methods from:

        * Sidef::Object::Object

METHODS

bounds

Range.bounds() -> Obj

Return the

by

Range.by() -> Obj

Return the

contains

Range.contains() -> Obj

Return the

Aliases: includes

each

Range.each() -> Obj

Return the

max

Range.max() -> Obj

Return the

min

Range.min() -> Obj

Return the

new

Range.new() -> Obj

Return the

step

Range.step() -> Obj

Return the

to_a

Range.to_a() -> Obj

Return the

Aliases: to_array