bitwise.unot() function
The bitwise.unot()
function is experimental and subject to change at any time.
By using this function, you accept the risks of experimental functions.
bitwise.unot()
inverts every bit in a
, an
unsigned integer value.
import "experimental/bitwise"
bitwise.unot(a: uint(v: 12))
// Returns 18446744073709551603 (uint)
Parameters
a
Unsigned integer to invert.
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
InfluxDB Cloud customers can contact InfluxData Support.