cnot8 function

int cnot8(
  1. int x
)

Implementation

int cnot8(int x) => not8(clip8(x));