mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
parent
db53df7df4
commit
2f32ec6ba1
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@
|
|||
(list->vector (array->list array)))
|
||||
|
||||
(define (vector->array domain vec . o)
|
||||
(apply list->array domain (vector->list vec o)))
|
||||
(apply list->array domain (vector->list vec) o))
|
||||
|
||||
(define (array-assign! destination source)
|
||||
(assert (and (mutable-array? destination) (array? source)
|
||||
|
|
Loading…
Add table
Reference in a new issue