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
Actually, this probably isn't true. The get fn should return Option and at some point there should be a std::ops that is better suited for the index op: rust-lang/rfcs#997
As of now, indexing will be rare in favor of iterating, so I am closing this issue.
It's an index operation and should panic on invalid index.
The text was updated successfully, but these errors were encountered: