logical negation operator isn't included in core::ops #4105
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Rust uses ! as the bitwise complement operator rather than strictly a boolean logical negation, so libraries implementing numeric types could make use of it.
The text was updated successfully, but these errors were encountered: