operator ~ method

Tensor<bool> operator ~()

Implementation

Tensor<bool> operator ~() => unaryOperation<bool>((a) => !a);