gmadrid
Results
1
comments of
gmadrid
I frequently want to write code like 'if let Some(foo) = bar && foo.blah() != 3' but I can't, so I have to nest another if inside it which complicates...