Classes | Streams-Patterns-Events > Patterns > List > Indexing

Pindex : Pattern : AbstractFunction : Object

pattern that indexes into an array

Description

This allows an ArrayedCollection to be accessed within patterns.

Class Methods

Pindex.new(listPat, indexPat, repeats: 1)

Arguments:

listPat

the array. Can be a Pattern.

indexPat

the value to retrieve. Can be a Pattern.

repeats

specifies the number of repeats.

Inherited class methods

6 methods from Object ► show

Instance Methods

Inherited instance methods

43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.embedInStream(inval)

Examples