TryGet trait (Get() with default value) #166
Labels
breaking-change
This is a tag for issues whose implementation needs a new major version
enhancement
New feature or request
Rename the Get trait to TryGet; the signature should be
tryGet(key, default)
.We can derive from this:
Edit: This is a breaking change.
The text was updated successfully, but these errors were encountered: