Skip to content

Why use safe .unwrap() #39

Description

@appleGun22

All of the methods which rely on the assumption of len >= 1 use a safe .unwrap().

But why? using the unsafe version of unwrap would allow for guaranteed check eliminations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions