lispdoc - results for bit-vector-p |
(bit-vector-p object) | Function: Return true if OBJECT is a BIT-VECTOR, and NIL otherwise.
|
Example:(defun self-evaluating? (x) (or (null x) (numberp x) (characterp x) (stringp x) (bit-vector-p x) (keywordp x))) | Mentioned in: CLtL2 - 6.2.2. Specific Data Type Predicates HyperSpec - Function BIT-VECTOR-P |
(simple-bit-vector-p object) | Function: Return true if OBJECT is a SIMPLE-BIT-VECTOR, and NIL otherwise.
|
| Mentioned in: CLtL2 - 6.2.2. Specific Data Type Predicates HyperSpec - Function SIMPLE-BIT-VECTOR-P | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |