Ok Rust, You Have a Readability Problem
medium.com
Ok Rust, You Have a Readability Problem
1–3 of 3 posts
Re: Ok Rust, You Have a Readability Problem
#2Re: Ok Rust, You Have a Readability Problem
#3I wonder if the author bothered to test their code (or used AI to generate the examples). The lifetime elision one simply doesn't work. Rust doesn't have an elision rule for two non-self input lifetimes.