<div dir="ltr">how to iterate over an AA by key-value pair (tuple)?<br><div>use case:</div><div>avoid interrupting UFCS chains, eg:</div><div>foo.generate_aa.byKeyValue.filter!(a=>a[0].isLower).map!(a=>a[1]) ...<br></div>
<div>of course I could roll my own function but I was wondering if there's already a way.</div><div><br></div></div>