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