noir
noir copied to clipboard
Replace boolean_not with `!` operator
To do boolean not in noir, we use a std library function. This should be replaced in the future with the ! operator.
Rules:
- ! can only be applied to types
u1/bool
This method was included in this PR https://github.com/noir-lang/noir/pull/106
Closing as implemented by @jfecher a while back