Collections

There are four types of collections that figure prominently in dataflows and special nodes:

  • list<T>

  • set<T>

  • vector<T>

  • map <K> to <V>

The following special nodes construct, iterate over, and access collections.