(sbitset-pair offset block) constructs a
(sbitset-pair offset block) → pair
Function:
(defun sbitset-pair$inline (offset block) (declare (type unsigned-byte offset)) (declare (xargs :guard (and (natp offset) (sbitset-blockp block)))) (let ((__function__ 'sbitset-pair)) (declare (ignorable __function__)) (cons offset block)))