lispdoc - results for first |
(first list) | Function: Return the 1st object in a list or NIL if the list is empty.
|
Example:(defun current-binary-object () (first *in-progress-objects*)) | Mentioned in: CLtL2 - 15.1. Conses CLtL2 - 15.2. Lists CLtL2 - 15.3. Alteration of List Structure CLtL2 - 22.1.5. The Readtable HyperSpec - Accessor FIRST, SECOND, THIRD, FOURTH, FIFTH, SIXTH, SEVENTH, EIGHTH, NINTH, TENTH PCL - destructive operations PCL - list manipulation functions PCL - the foo language PCL - there is no list Successful Lisp - chapter22 Successful Lisp - global vars and consts Successful Lisp - lesson 4 Successful Lisp - lesson 5 Successful Lisp - lesson 8 |
(ql-util:first-line file) | Undocumented
|
(alexandria.0.dev:first-elt sequence) | Function: Returns the first element of SEQUENCE. Signals a type-error if SEQUENCE is not a sequence, or is an empty sequence.
|
(s-xml:first-xml-element-child xml-element) | Function: Get the first child of an xml-element
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |