Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
std.collections.insert
wrong output order (#1513)
We changed the `Either` type to use the *right* variant to represent success. The `insert` operations returns nothing on success, and the element on error. We had the incorrect order here.
- Loading branch information