generic collection type
C39365
concept
A generic collection type is an abstract container that can store and manage multiple elements of a specified type parameter, enabling type-safe and reusable data structures.
Observed surface forms (3)
| Surface form | Occurrences |
|---|---|
| Python typing construct | 2 |
| .NET generic class | 1 |
| collection type | 1 |
Instances (7)
| Instance | Via concept surface |
|---|---|
|
Array
surface form:
Array (Swift)
|
— |
| ThreadLocal<T> | .NET generic class |
| System.Net.CookieCollection | collection type |
| Dictionary (Swift) | — |
| Set (Swift) | — |
| typing.FrozenSet | Python typing construct |
| typing.NewType | Python typing construct |