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

Sidef::Types::Range::RangeString

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = RangeString(...)

INHERITS

Inherits methods from:

       * Sidef::Types::Range::Range
       * Sidef::Object::Object

METHODS

call

    RangeString.call(from, to, step)

Returns the

contain

    self.contain(value)

Returns the

Aliases: include, contains, includes

from

    self.from(from)

Returns the

iter

    self.iter

Returns the

max

    self.max

Returns the

min

    self.min

Returns the

new

    self.new

Returns the

pick

    self.pick(num)

Returns the

rand

    self.rand(num)

Returns the

Aliases: sample

to

    self.to(to)

Returns the

to_s

    self.to_s

Returns the

Aliases: dump, to_str