sb-docs
Function: COMMON-LISP:CONS
Lambda list
sb-docs
Docs
»
Function: COMMON-LISP:CONS
View page source
Function: COMMON-LISP:CONS
¶
Return a list with SE1 as the CAR and SE2 as the CDR.
Lambda list
¶
(
sb-impl::se1
sb-impl::se2
)