Range

Defines a Range.

Source

Summary

first(arg1)

Returns the first item of the range

last(arg1)

Returns the last item of the range

new(first, last)

Creates a new range

Types

t :: {Range, any, any}

t(first, last) :: {Range, first, last}

Functions

first(arg1)

Returns the first item of the range.

Source
last(arg1)

Returns the last item of the range.

Source
new(first, last)

Creates a new range.

Source