List list
¶
Creates a heterogeneous list from the provided arguments.
Info
- Always creates a list, never folds into a vector
- Preserves nested data structures
- Can hold elements of different types
Tip
Use list when you specifically need a heterogeneous collection