common-lisp-extensions
common-lisp-extensions copied to clipboard
truly-the
- [x] SBCL
- [ ] CCL
- [ ] ECL
- [x] CMU
- [ ] ABCL
- [x] ALISP
CMUCL has ext:truly-the
.
Allegro Common Lisp does not have truly-the
operator, but has excl:trusted-type
declaration for similar purpose.
https://franz.com/support/documentation/10.1/doc/compiling.htm#trusted-type-2