Concept Flow - Default generic types
Define generic type with default
Use generic without specifying type?
Yes→Use default type
No
Use generic with specified type
Function or class runs with chosen type
This flow shows how a generic type with a default is defined and used either by specifying a type or by falling back to the default.