You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a new function to the Option enum which allows for an
unchecked unwrap. In some cases, a developer may be able to statically
determine that an Option must be Some(V) but the compiler cannot. Being
able to forgo a conditional branch is desirable, even if unsafe.
0 commit comments