(n06 x) → *
Function: n06$inline
(defun n06$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 6 x) :exec (logand 63 x)))