i am not discussing pers solution but i am comparing map and automap on mappings.
please tell me why map(m, lambda(mixed x){ return x->foo; }); is acceptable, while m[*]->foo; is not?
to me both are equally obvious/nonobvious
pers solution is of course much more obvious, but that is besides the point because that also applies to map(values(m), lambda(mixed x){ return x->foo; });
i don't care if automap handles mappings or not, i care that automap handles everything map does.
greetings, martin.