How many characters are left in the input stream?
(strin-len x) → *
We just leave this enabled.
Function:
(defun strin-len (x) (declare (xargs :guard (strin-p x))) (let ((__function__ 'strin-len)) (declare (ignorable __function__)) (len (strin-left x))))