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.
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, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.