Extract the upper/lower value (both the same) from a 2vec.
Function:
(defun 2vec->val$inline (x) (declare (xargs :guard (and (4vec-p x) (2vec-p x)))) (let ((__function__ '2vec->val)) (declare (ignorable __function__)) (mbe :logic (4vec->upper x) :exec x)))