j
k
j a
j l
...map(m, lambda(mixed x){ return x->foo; }); m[*]->foo; Both are poor, but for different reasons. Don't use either of them.
map(m, lambda(mixed x){ return x->foo; }); m[*]->foo;
Both are poor, but for different reasons. Don't use either of them.
different reasons? what difference? i only see the same reason for both.
greetings, martin.
Back to the thread
Back to the list