PlaceAll:
Filter:
miSCellaneous_lib/Classes (extension) | Libraries > miSCellaneous > Other patterns

PlaceAll
ExtensionExtension

Arbitrarily nested embedding of subarrays

Description

PlaceAll is integrating Ppatlace and Place (taking items as well as Patterns) and allows an arbitrary depth of nesting arrays.

Class Methods

.new

Creates a new PlaceAll object.

Arguments:

list

Array which may contain subarrays. Leaves of the array tree may be Patterns, Streams or other Items to be embedded.

repeats

Number of list loops. Defaults to 1.

offset

List index offset. Defaults to 0.

Examples