non-generic collection type

C53234 concept

A non-generic collection type is a data structure that stores elements without enforcing a specific compile-time type, typically handling items as a common base type like `Object`.

Instances (1)