in reply to Re: the annoying keys "key" and "value"
in thread the annoying keys "key" and "value"
good point! for example references are difficult to be used as simple keys.
> I would've used a flat array (key1, val1, key2, val2, ...) or a array of "tuples" ([key1,val1], [key2,val2,] ...).¹
I'd rather prefer the later, far easier to combine with map or grep.
Cheers Rolf
|
|---|