That is, "variable" not "variadic" function arguments.
func foo(var a: Int) { ... }
is no longer valid, the parameter may not have the var specifier anymore.On Mon, Jun 12, 2017 at 10:24 PM, Jens Persson <[email protected]> wrote: > "Removed discussion of variable function arguments and the special syntax > for curried functions." > > On Mon, Jun 12, 2017 at 10:02 PM, tuuranton--- via swift-users < > [email protected]> wrote: > >> > Austin Zheng wrote: >> >> > I'm not aware, though, of any proposal in the pipeline to remove >> variadic >> arguments, so it's not clear why the book should have removed discussion >> about them. >> >> >> Yes, this is a real mystery. >> >> >> >> >> > On Jun 12, 2017, at 12:37 PM, Austin Zheng via swift-users <swift-users >> at swift.org> wrote: >> >> > ... >> >> _______________________________________________ >> swift-users mailing list >> [email protected] >> https://lists.swift.org/mailman/listinfo/swift-users >> >> >
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
