Skip to content
Commit 22d69c7a authored by Luís Oliveira's avatar Luís Oliveira
Browse files

Improvements to the :ARRAY type.

- Got rid of the :AUTO-ARRAY type. Add translators to :ARRAY
  directly instead.
- Make the :ARRAY type aggregate. This way it can be used
  inside structures as an alternative to the :COUNT slot option.
- Add TRANSLATE-AGGREGATE-TO-FOREIGN method that lets us do
  (setf (foreign-slot-value ptr 'struct 'slot-name) #(1 2 3))
parent eac82bbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment