bit-not
added
1.0
ns
clojure.core
type
function
(bit-not x)
Bitwise complement
user=> (bit-not 2r0111) -8 user=> (bit-not -2r1000) 7