Arthur Aslanyan
Results
2
issues of
Arthur Aslanyan
Fix typo in the docs: `(make-array 3 :initial-contents '(a b c))` returns `#(A B C)`, not `#(A B C D)`
Fix typo in Array concept docs: `(array-in-bounds-p #2A((1) (2)) 0 1)` - second index is wrong, fixed to 0