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 is part of the intended design (for what that's worth; it's totally fair to criticize the intended design). My belief is that try_* methods are only necessary in Rust, where panicking is distinct from returning an error; in C#, both are encompassed by throwing an exception, so you only need one method.
C# doesn't generate TryInsert methods. See module-test-cs.
The text was updated successfully, but these errors were encountered: