Collections
Learn how to create various collection types using top-level functions and transform one collection into another.
We'll cover the following...
Introduction
Most languages have support for a feature called a collection literal, which is a special syntax for creating a certain ...