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

NAME

Sidef::Types::Range::Range

DESCRIPTION

This object is ...

SYNOPSIS

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

METHODS

!=

Obj != Obj -> Obj

Return the

Aliases: ne

*

Obj * Obj -> Obj

Return the

Aliases: mul

+

Obj + Obj -> Obj

Return the

Aliases: add

-

Obj - Obj -> Obj

Return the

Aliases: sub

...

Obj ... Obj -> Obj

Return the

Aliases: to_list

/

Obj / Obj -> Obj

Return the

Aliases: div

==

Obj == Obj -> Obj

Return the

Aliases: eq

all

Range.all() -> Obj

Return the

any

Range.any() -> Obj

Return the

bounds

Range.bounds() -> Obj

Return the

by

Range.by() -> Obj

Return the

contain

Range.contain() -> Obj

Return the

Aliases: include, contains, includes

count

Range.count() -> Obj

Return the

Aliases: count_by

cross_operator

Range.cross_operator() -> Obj

Return the

first_by

Range.first_by() -> Obj

Return the

flip

Range.flip() -> Obj

Return the

Aliases: reverse

for

Range.for() -> Obj

Return the

Aliases: each, foreach

from

Range.from() -> Obj

Return the

grep

Range.grep() -> Obj

Return the

Aliases: select

Range.head() -> Obj

Return the

Aliases: first

join

Range.join() -> Obj

Return the

last

Range.last() -> Obj

Return the

Aliases: tail

last_by

Range.last_by() -> Obj

Return the

len

Range.len() -> Obj

Return the

Aliases: length

map

Range.map() -> Obj

Return the

map_operator

Range.map_operator() -> Obj

Return the

max

Range.max() -> Obj

Return the

max_by

Range.max_by() -> Obj

Return the

min

Range.min() -> Obj

Return the

min_by

Range.min_by() -> Obj

Return the

new

Range.new() -> Obj

Return the

Aliases: call

pam_operator

Range.pam_operator() -> Obj

Return the

pick

Range.pick() -> Obj

Return the

rand

Range.rand() -> Obj

Return the

Aliases: sample

reduce

Range.reduce() -> Obj

Return the

reduce_operator

Range.reduce_operator() -> Obj

Return the

shuffle

Range.shuffle() -> Obj

Return the

step

Range.step() -> Obj

Return the

to

Range.to() -> Obj

Return the

to_a

Range.to_a() -> Obj

Return the

Aliases: to_array

to_s

Range.to_s() -> Obj

Return the

unroll_operator

Range.unroll_operator() -> Obj

Return the

zip_operator

Range.zip_operator() -> Obj

Return the