Pairs, arrays, static arrays, lists, queues, stacks, maps, sets, iteration, and queryable data.
array->+ is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
array->asStaticArray is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
Tests array membership.
array->count is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
array->find is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
array->findPosition is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
Returns first item.
Reads an item by position.
Inserts an item.
Joins values into a string.
Returns last item.
Removes array items.
array->removeAll is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
array->second is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
array->size is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
Sorts array values.
Returns part of an array.
staticarray->+ is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->contains is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->find is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->findPosition is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->first is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->get is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->join is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->last is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->second is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
staticarray->sub is a member in the Array and Staticarray group; call it on the receiver shown before the arrow.
Stores ordered values.
Linked-list collection.
Stores keyed values.
Stores a name/value or first/second pair.
First-in first-out collection.
Stores unique keys.
Last-in first-out collection.
Stores immutable ordered values.
list->contains is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->insertFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->insertLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->last is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->removeAll is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
list->removeLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->get is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->insertFrom is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->insertLast is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->size is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
queue->unspool is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->first is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->get is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->insert is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->insertFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->remove is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->removeFirst is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
stack->size is a member in the List, Queue, and Stack group; call it on the receiver shown before the arrow.
Tests whether a map contains a key.
Finds a map value by key.
map->get is a member in the Map and Set group; call it on the receiver shown before the arrow.
Inserts keyed values.
map->remove is a member in the Map and Set group; call it on the receiver shown before the arrow.
map->removeAll is a member in the Map and Set group; call it on the receiver shown before the arrow.
Returns map size.
Tests set membership.
set->find is a member in the Map and Set group; call it on the receiver shown before the arrow.
set->get is a member in the Map and Set group; call it on the receiver shown before the arrow.
Inserts a key into a set.
set->remove is a member in the Map and Set group; call it on the receiver shown before the arrow.
set->removeAll is a member in the Map and Set group; call it on the receiver shown before the arrow.