Associative Arrays#
- Introduction
- Operations
AssociativeArray() → AssocAssociativeArray(I): Str → AssocA[x] := y: Assoc, Elt, EltA[x]: Assoc, Elt → EltIsDefined(A, x): Assoc, Elt → Bool, EltIsInKeys(A, x): Assoc, Elt → Bool, EltRemove(~A, x): Assoc, EltUniverse(A): Assoc → Str# A: Assoc → RngIntEltKeys(A): Assoc → SetEnumValues(A): Assoc → ListExample: Assoc Creation
- Iteration