noir icon indicating copy to clipboard operation
noir copied to clipboard

Replace boolean_not with `!` operator

Open kevaundray opened this issue 4 years ago • 1 comments

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

kevaundray avatar Jul 08 '21 16:07 kevaundray

This method was included in this PR https://github.com/noir-lang/noir/pull/106

kevaundray avatar Jul 08 '21 17:07 kevaundray

Closing as implemented by @jfecher a while back

kevaundray avatar Jan 21 '23 17:01 kevaundray