Skip to content

Instantly share code, notes, and snippets.

@lockie
Created October 11, 2023 06:47
Show Gist options
  • Save lockie/d697d1839664de3c36a1c0380354f8f8 to your computer and use it in GitHub Desktop.
Save lockie/d697d1839664de3c36a1c0380354f8f8 to your computer and use it in GitHub Desktop.
(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