menu
paseto_dart package
documentation
blake2/ufixnum.dart
not8 function
not8 function
dark_mode
light_mode
not8
function
int
not8
(
int
x
)
Implementation
int not8(int x) { assert((x >= 0) && (x <= _MASK_8)); return ~x & _MASK_8; }
paseto_dart package
documentation
blake2/ufixnum
not8 function
ufixnum library