Skip to content
Snippets Groups Projects
Commit 46260bed authored by Liam Healy's avatar Liam Healy
Browse files

Default optional/key argument values for arrays

When used as the default optional/key argument values for arrays, the
value symbol 'element-type is replaced with the actual element type
for the method.  This replaces the :make-marray form.  When used as
the default optional/key argument values for arrays, the form
(eltcase element-type form element-type form ...)
will be replaced by the appropriate form.  This replaces the direct
appending of the (element-type form element-type form) list.
SBCL same tests pass.
parent 79a0f72c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment