• SethranKada@lemmy.ca
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    4 hours ago

    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.

    • Noja@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

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