Skip to content
Thomas Corrie edited this page Oct 18, 2018 · 4 revisions

List

Code: List.cs
Sample File: Miscellany-Samples-List.dyn

PairItems
List.PairItems

Takes a list and pairs adjacent items in the list: [a,b,c,d] > [[a,b],[b,c],[c,d]]

PairItems

Nodes

Versions

Clone this wiki locally