// f : A -> Collection static ItIt mapLike iterateHull(O f, A input, O... _) { ret repeatFunctionReturningList_iterator(f, input, paramsPlus(_, plusInput := true)); }