Built-in Collections
CM has built-in support for the following basic generic collection types:
All collection types can contain elements of almost any type, but all elements must have the same type or inherit from a common base class. The exception is the tuple, where the elements are completely independent.
Exceptions for Element Types
The Set and Map collections can only handle certain value type elements of large sizes.
Other Collections
- Queue (syntax)
Comments
0 comments
Please sign in to leave a comment.