vector->string
-- r7rs
Definition converter
;
vector->string
(from vonuvoli
);Procedure variants:
((vector-empty) -> (string-empty))
vector-empty
;string-empty
;((vector-not-empty) -> (string-not-empty))
vector-not-empty
;string-not-empty
;((vector range-start) -> (string))
vector
;range-start
;string
;((vector range-start range-end) -> (string))
vector
;range-start
;range-end
;string
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;Please refer to
string->vector
.
vector-empty
;string-empty
;vector-not-empty
;string-not-empty
;vector
;range-start
;string
;range-end
;