base class for collections
C53238
concept
A base class for collections defines a common interface and shared behavior for various collection types, such as lists, sets, and maps, enabling consistent access, iteration, and manipulation of grouped elements.
Observed surface forms (1)
- mutable collection class ×1
Instances (2)
- CollectionBase
- NSMutableSet via concept surface "mutable collection class"