79158152

Date: 2024-11-05 08:16:29
Score: 1.5
Natty:
Report link

As of Rust 1.82.0, we have Option::is_none_or for this exact scenario:

foo.is_none_or(|foo_val| foo_val < 5)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shape warrior t