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
Maybe has a .get-or-panic accessor that gets the content if the content exists. It would also be possible to create a type-safe version that does not need to check for the existence of the missing content. This type-safe version would just be a simple field accessor so it is potentially much faster.
Name options for the new method
.get-force
.get-strong
The text was updated successfully, but these errors were encountered:
Maybe
has a.get-or-panic
accessor that gets the content if the content exists. It would also be possible to create a type-safe version that does not need to check for the existence of the missing content. This type-safe version would just be a simple field accessor so it is potentially much faster.Name options for the new method
The text was updated successfully, but these errors were encountered: