←back to thread

611 points LorenDB | 1 comments | | HN request time: 1.369s | source
Show context
GardenLetter27 ◴[] No.43908148[source]
It's a shame Rust doesn't have keyword arguments or named tuples to make handling some of these things easier without Args/Options structs boilerplate.
replies(5): >>43908333 #>>43908500 #>>43908653 #>>43912118 #>>43913516 #
1. shpongled ◴[] No.43908333[source]
Yep, I would love anonymous record types, ala StandardML/OCaml