GenerativeComponents Help

First

If called without the count argument, returns the first member in the given list.

List.First()

If called with the count argument, returns a new list comprising the first 'count' members of the given list. (For example, if count = 6, returns the first 6 members.)