(i18 x) → *
Function: i18$inline
(defun i18$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 18 x) :exec (fast-logext 18 x)))