Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 151 Bytes

star_args.md

File metadata and controls

3 lines (2 loc) · 151 Bytes

*args for variadic arguments

TODO: Explain the use of *args for collecting up an unknown number of positional arguments in function signatures.