ASSOCIATIVE ARRAYS
Acknowledgements Introduction
Operations
Iteration
Introduction
Operations
AssociativeArray(): -> Assoc
AssociativeArray(I): Str -> Assoc
A[x] := y : Assoc, Elt, Elt ->
A[x] : Assoc, Elt -> Elt
IsDefined(A, x) : Assoc, Elt -> Bool, Elt
IsInKeys(A, x) : Assoc, Elt -> Bool, Elt
Remove(~A, x) : Assoc, Elt ->
Universe(A): Assoc -> Str
# A: Assoc -> RngIntElt
Keys(A): Assoc -> SetEnum
Values(A): Assoc -> List
Example Assoc_AssocCreation (H14E1)
Iteration
v in A
Example Assoc_AssocIteration (H14E2)
[Next][Prev] [Right] [____] [Up] [Index] [Root]
|