- Mastering macOS Programming
- Stuart Grimshaw
- 57字
- 2021-07-02 22:54:31
Arguments
Swift has some method parameter features not available in some languages, such as default and variadic arguments, and it is these that we will investigate first.
Arguments or parameters? Both terms get used, as do argument list and parameter list, in both Apple's documentation and other documentation. For the purposes of this book, they are interchangeable.