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