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 class implements ...

SYNOPSIS

var obj = Range(...)

METHODS

*

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

Obj Obj -> Obj

Return the

Aliases: !=, ne

accumulate

Range.accumulate() -> Obj

Return the

accumulate_by

Range.accumulate_by() -> Obj

Return the

all

Range.all() -> Obj

Return the

any

Range.any() -> Obj

Return the

bounds

Range.bounds() -> Obj

Return the

by

Range.by() -> Obj

Return the

cons

Range.cons() -> Obj

Return the

Aliases: map_cons

contain

Range.contain() -> Obj

Return the

Aliases: include, contains, includes

count

Range.count() -> Obj

Return the

count_by

Range.count_by() -> Obj

Return the

cross_operator

Range.cross_operator() -> Obj

Return the

each_cons

Range.each_cons() -> Obj

Return the

each_slice

Range.each_slice() -> 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

kv

Range.kv() -> Obj

Return the

Aliases: pairs, zip_indices

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

none

Range.none() -> Obj

Return the

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

slices

Range.slices() -> Obj

Return the

Aliases: map_slice

step

Range.step() -> Obj

Return the

to

Range.to() -> Obj

Return the

to_a

Range.to_a() -> Obj

Return the

Aliases: to_array

to_v

Range.to_v() -> Obj

Return the

Aliases: to_vec, to_vector

unroll_operator

Range.unroll_operator() -> Obj

Return the

zip_operator

Range.zip_operator() -> Obj

Return the