static L<Map> map_putKeysFirst(Iterable<Map> l, fO... keys) { ret map(l, func(Map map) -> Map { putKeysFirst(map, keys) }); }