Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove not function that expects two arguments (#182)
BREAKING CHANGE: there was an accidental inclusion of a binary `not` function with unspecified behavior. This function was removed. Use the unary `not` function to return the compliment of an input argument.
- Loading branch information