j
k
j a
j l
Doesn't solve the same problem, does it?
Let's say we have
m=([ 1:([ "foo": 1]), 2:([ "foo": 2]), ]);
m->foo will then return 0. I would expect m[*]->foo to return ({ 1, 2 }).
Back to the thread
Back to the list