|
|
|
|
|
by bfLives
738 days ago
|
|
> Gleam's labelled arguments are AFAIK a unique feature. This lets you have named function argument appear differently to the caller than they do internally. The caller may way to refer by verb ("multiply_by") and the function may want to refer to it as a noun ("multiplier"). Swift has this feature as well. |
|