Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Storing keys and values in assocs
Factor documentation
>
Factor handbook
>
The language
>
Collections
>
Associative mapping operations
Prev:
Transposed assoc operations
Next:
Associative mapping combinators
Utility operations built up from the
Associative mapping protocol
:
delete-at*
( key assoc -- old ? )
rename-at
( newkey key assoc -- )
change-at
( ..a key assoc quot: ( ..a value -- ..b newvalue ) -- ..b )
at+
( n key assoc -- )
inc-at
( key assoc -- )
See also
set-at
,
delete-at
,
clear-assoc
,
push-at