jscl icon indicating copy to clipboard operation
jscl copied to clipboard

vector dimensions are wrong

Open hemml opened this issue 2 years ago • 1 comments
trafficstars

(array-dimensions (map 'vector #'identity '(1 2 3 4 5 6 7)))

returns '(0) in JSCL

hemml avatar Oct 03 '23 13:10 hemml

And (array-dimensions #(1 2 3 4 5 6 7)) returns NIL

hemml avatar Oct 03 '23 13:10 hemml