1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Collection
an arbitrary group of data items
Mutable
able to be altered or changed or 'mutated'
List
an ordered, indexed, mutable collection that allows duplicate elements of any type
Tuple
an ordered, indexed, immutable collection that allows duplicate elements of any type
Array
an ordered, indexed, mutable collection that allows duplicate elements of the same type
Set
an unordered, unindexed, mutable collection of the same type that does not allow duplicate elements
String
an ordered, indexed, immutable collection of characters that behave as a single data item
Dictionary
an unordered, indexed, mutable collection of paired keys and values