Operations specific to collections (List, Set, etc.). These operations don't make sense for single-value containers.
The element type
The collection type itself for proper return types
Gets the first element of the collection.
Gets the first element wrapped in Option.
Drops the first n elements from the collection.
Drops the last n elements from the collection.
Drops elements from the start while the predicate is true.
Flattens a collection of collections into a single collection.
Converts the collection to an array.
Operations specific to collections (List, Set, etc.). These operations don't make sense for single-value containers.