riff
riff copied to clipboard
Default parameter values in function signatures
Self-explanatory
fn foo(x = 1, y = 2) {
// ...
}
cc: #34