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