https://internals.rust-lang.org/t/pre-pre-rfc-splatting-for-named-arguments-and-function-overloading/24012/11
https://github.com/rust-lang/rust/issues/153629
https://github.com/rust-lang/rust/issues/153629
Rust Internals
[Pre-pre-RFC] "splatting" for named arguments and function overloading
While discussing C++ overloading on Zulip, a bunch of us (re?)discovered a pretty cute idea, which I'm taking the liberty to flesh out here. This RFC comes from the realization that "we have named arguments at home" and "we have function overloading at…