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

*

    a * b

Returns the

Aliases: mul

+

    a + b

Returns the

Aliases: add

-

    a - b

Returns the

Aliases: sub

...

    a ... b

Returns the

Aliases: to_list

/

    a / b

Returns the

Aliases: ÷, div

==

    a == b

Returns the

Aliases: eq

    a ≠ b

Returns the

Aliases: !=, ne

accumulate

    Range.accumulate()

Returns the

accumulate_by

    Range.accumulate_by()

Returns the

all

    Range.all()

Returns the

any

    Range.any()

Returns the

bounds

    Range.bounds()

Returns the

by

    Range.by()

Returns the

cons

    Range.cons()

Returns the

Aliases: map_cons

contain

    Range.contain()

Returns the

Aliases: include, contains, includes

count

    Range.count()

Returns the

count_by

    Range.count_by()

Returns the

cross_operator

    Range.cross_operator()

Returns the

each_cons

    Range.each_cons()

Returns the

each_slice

    Range.each_slice()

Returns the

first_by

    Range.first_by()

Returns the

flip

    Range.flip()

Returns the

Aliases: reverse

for

    Range.for()

Returns the

Aliases: each, foreach

from

    Range.from()

Returns the

grep

    Range.grep()

Returns the

Aliases: select

    Range.head()

Returns the

Aliases: first

join

    Range.join()

Returns the

kv

    Range.kv()

Returns the

Aliases: pairs, zip_indices

last

    Range.last()

Returns the

Aliases: tail

last_by

    Range.last_by()

Returns the

len

    Range.len()

Returns the

Aliases: length

map

    Range.map()

Returns the

map_operator

    Range.map_operator()

Returns the

max

    Range.max()

Returns the

max_by

    Range.max_by()

Returns the

min

    Range.min()

Returns the

min_by

    Range.min_by()

Returns the

new

    Range.new()

Returns the

Aliases: call

none

    Range.none()

Returns the

pam_operator

    Range.pam_operator()

Returns the

pick

    Range.pick()

Returns the

rand

    Range.rand()

Returns the

Aliases: sample

reduce

    Range.reduce()

Returns the

reduce_operator

    Range.reduce_operator()

Returns the

shuffle

    Range.shuffle()

Returns the

slices

    Range.slices()

Returns the

Aliases: map_slice

step

    Range.step()

Returns the

to

    Range.to()

Returns the

to_a

    Range.to_a()

Returns the

Aliases: to_array

to_v

    Range.to_v()

Returns the

Aliases: to_vec, to_vector

unroll_operator

    Range.unroll_operator()

Returns the

zip_operator

    Range.zip_operator()

Returns the