in reply to Re: can I change hash keys or values directly
in thread can I change hash keys or values directly
Short: alists in Lisp allow this
Long: Dunno if there is an "operator", but Lisp has various approaches to associative arrays and alists are the most basic. They are basically just lists of "pairs" with linear search, hence slow.
Disclaimer: my Lisp is eLisp
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
PS: obligatory Xkcd ;)
|
|---|