mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(uniform-vector?, uniform-vector-set!): Removed, now provided by
libguile.
This commit is contained in:
parent
1b11b14bfa
commit
f51518b2da
1 changed files with 0 additions and 5 deletions
|
@ -18,13 +18,8 @@
|
|||
;;;; Boston, MA 02111-1307 USA
|
||||
;;;;
|
||||
|
||||
(define uniform-vector? array?)
|
||||
(define make-uniform-vector dimensions->uniform-array)
|
||||
|
||||
;; (define uniform-vector-ref array-ref)
|
||||
|
||||
(define (uniform-vector-set! u i o)
|
||||
(uniform-array-set1! u o i))
|
||||
(define uniform-vector-fill! array-fill!)
|
||||
(define uniform-vector-read! uniform-array-read!)
|
||||
(define uniform-vector-write uniform-array-write)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue