View all comments ➔Show context ➔
  • 4 months

    There is a function that does what you are asking for.

    .unarap_or()

    It either unwraps the value or uses a provided default. Personally, i think unwrap() should be renamed unwrap_or_panic() to follow existing conventions and prevent confusion for non-rust programmers.

    • 4 months

      I don’t think non-rust programmers are programming in Rust, LLMs on the other hand…

      • If you think only llms can do these kind of beginner mistakes you are mistaken. That’s the whole point of the argument.