Collection enumerate
Aus ExpeccoWiki
Inhaltsverzeichnis |
Collection [ Enumerate ]
Enumerates the elements of the incoming collection and sends each to the output individually (i.e. given a single input collection, follow up element processing can be performed on-for-each in the output processing chain).
Collection [ Enumerate with EndMark ]
Enumerates the elements of the incoming collection and sends each to the output individually (see also above). When done, the endReached output gets a value also.
Collection [ Enumerate Keys & Values ]
Enumerates the elements of the incoming collection and sends each key or index and the assigned value to the outputs pairwise (see also above).
Collection [ Reverse Enumerate ]
Enumerates the elements of the incoming collection in reverse order and sends each to the output (see also above).
Revisions
The blocks "Collection [ Enumerate ]" and "Collection [ Enumerate Keys & Values ]" have been in the Standard Library since 1.7.1. "Collection [ Enumerate with EndMark ]" has been in the Standard Library since 1.7.2.
Back to Standard Library.
Previous: Collection [ Sort Ignoring Case ]
Next: Collection [Average & Deviation]



