lispdoc - results for fixnum |
fixnum | Undocumented
|
Example:(defun remove-remaining (times stream) (declare (optimize speed) (type fixnum times)) (dotimes (x times) (restore-object stream))) | Mentioned in: CLtL2 - 12.10 Implementation Parameters CLtL2 - 17.1. Array Creation CLtL2 - 17.3. Array Information CLtL2 - 2.1.1. Integers CLtL2 - 2.15. Overlap, Inclusion, and Disjointness of Types CLtL2 - 26.12.1. Data Types CLtL2 - 4.5. Type Specifiers That Specialize CLtL2 - 4.6. Type Specifiers That Abbreviate CLtL2 - 4.9. Determining the Type of an Object CLtL2 - 9.2. Declaration Specifiers HyperSpec - Type FIXNUM On Lisp - Local Functions PCL - make it work make it right make it fast Successful Lisp - chapter14 Successful Lisp - chapter16 Successful Lisp - chapter28 |
most-positive-fixnum | Variable: the fixnum closest in value to positive infinity
|
Example:(defun fetch (query) "Return a list of buckets potentially matching the query, which must be a relation of form (predicate . args)." (dtree-fetch query (get-dtree (predicate query)) nil 0 nil most-positive-fixnum)) | Mentioned in: CLtL2 - 12.10 Implementation Parameters CLtL2 - 2.1.1. Integers CLtL2 - 4.6. Type Specifiers That Abbreviate CLtL2 - 5.3.2. Declaring Global Variables and Named Constants HyperSpec - Constant Variable MOST-POSITIVE-FIXNUM, MOST-NEGATIVE-FIXNUM |
most-negative-fixnum | Variable: the fixnum closest in value to negative infinity
|
| Mentioned in: CLtL2 - 12.10 Implementation Parameters CLtL2 - 2.1.1. Integers CLtL2 - 4.6. Type Specifiers That Abbreviate HyperSpec - Constant Variable MOST-POSITIVE-FIXNUM, MOST-NEGATIVE-FIXNUM | |
alexandria.0.dev:negative-fixnum | Type: Type specifier denoting the fixnum range from MOST-NEGATIVE-FIXNUM to -1.
|
alexandria.0.dev:positive-fixnum | Type: Type specifier denoting the fixnum range from 1 to MOST-POSITIVE-FIXNUM.
|
(alexandria.0.dev:negative-fixnum-p n) | Undocumented
|
(alexandria.0.dev:positive-fixnum-p n) | Undocumented
|
alexandria.0.dev:non-negative-fixnum | Type: Type specifier denoting the fixnum range from 0 to MOST-POSITIVE-FIXNUM.
|
alexandria.0.dev:non-positive-fixnum | Type: Type specifier denoting the fixnum range from MOST-NEGATIVE-FIXNUM to 0.
|
(alexandria.0.dev:non-positive-fixnum-p n) | Undocumented
|
(alexandria.0.dev:non-negative-fixnum-p n) | Undocumented
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |