Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR deprecates `TrieSet.mem()` in favor of `TrieSet.has()` for consistency with the [base library design document](https://github.com/dfinity/motoko-base/blob/master/doc/design.md#containers). We could update the design guide if this makes more sense, although I think `has` would be less ambiguous than `mem`, which could be misunderstood as having something to do with "memory" instead of "membership" for developers familiar with wording such as "has" / "contains" / "includes".
- Loading branch information