Parameters
Content copied to clipboard
Marks constructor/function parameters, everything in-between parentheses.
For function fun foo(bar: String, baz: Int, qux: Boolean), the parameters would be the whole of bar: String, baz: Int, qux: Boolean
Marks constructor/function parameters, everything in-between parentheses.
For function fun foo(bar: String, baz: Int, qux: Boolean), the parameters would be the whole of bar: String, baz: Int, qux: Boolean