Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improves removed annotation predicate (#92)
checks if value was set to anything previously and if it is removed now by using second return value (typically called ok or found) of getting value for a given key in the map. Do not ask me why I wrote it differently in the first attempt....
- Loading branch information