Created
October 11, 2023 06:47
-
-
Save lockie/d697d1839664de3c36a1c0380354f8f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ql:quickload :alexandria) | |
(defstruct test | |
(number (make-array 0 :element-type 'alexandria:array-index) | |
:type (simple-array alexandria:array-index (*)))) | |
(print (make-test)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment