static L listGetMulti(final L l, L indices) { ret map(indices, func(int i) -> A { _get(l, i) }); }