lispdoc - results for position |
(position item sequence &rest args &key from-end (start 0) end key test test-not) | Undocumented
|
Example:(defun upto-null (string) (subseq string 0 (position +null+ string))) | Mentioned in: CLtL2 - 14.4. Searching Sequences for Items CLtL2 - 15.5. Using Lists as Sets CLtL2 - 15.6. Association Lists CLtL2 - 4.4. Type Specifiers That Combine CLtL2 - 4.5. Type Specifiers That Specialize HyperSpec - Function POSITION, POSITION-IF, POSITION-IF-NOT On Lisp - Avoiding Capture by Prior Evaluation On Lisp - Operations on Lists On Lisp - When Capture Occurs PCL - sequence iterating functions PCL - subsequence manipulations Successful Lisp - chapter13 Successful Lisp - structures |
(position-if predicate sequence &rest args &key from-end (start 0) end key) | Undocumented
|
Example:(defun length8 (list) (if (null list) 0 (+ 1 (position-if #'true list :from-end t)))) | Mentioned in: CLtL2 - 14.4. Searching Sequences for Items HyperSpec - Function POSITION, POSITION-IF, POSITION-IF-NOT Successful Lisp - chapter13 |
(file-position stream &optional position) | Undocumented
|
| Mentioned in: CLtL2 - 23.2. Opening and Closing Files CLtL2 - 23.3. Renaming, Deleting, and Other File Operations HyperSpec - Function FILE-POSITION PCL - implementing shoutcast PCL - interacting with the file system Successful Lisp - chapter19 | |
(byte-position bytespec) | Function: Return the position part of the byte specifier bytespec.
|
| Mentioned in: CLtL2 - 12.8. Byte Manipulation Functions HyperSpec - Function BYTE, BYTE-SIZE, BYTE-POSITION Successful Lisp - chapter18 | |
(position-if-not predicate sequence &rest args &key from-end (start 0) end key) | Undocumented
|
| Mentioned in: HyperSpec - Function POSITION, POSITION-IF, POSITION-IF-NOT Successful Lisp - chapter13 | |
(flexi-streams:flexi-stream-position object) | Undocumented
|
(trivial-gray-streams:stream-file-position stream) | Undocumented
|
(babel-encodings:character-coding-error-position condition) | Undocumented
|
flexi-streams:in-memory-stream-position-spec-error | Type: Errors of this type are signalled if an erroneous position spec is used in conjunction with FILE-POSITION.
Structure: Errors of this type are signalled if an erroneous position spec is used in conjunction with FILE-POSITION. |
(flexi-streams:in-memory-stream-position-spec-error-position-spec condition) | Undocumented
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |