diff options
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r-- | doc/ref/api-data.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index f695b1934..b6671deab 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -6395,6 +6395,7 @@ The value returned by @code{vector-fill!} is unspecified. @end deffn @rnindex vector-copy +@anchor{x-vector-copy} @deffn {Scheme Procedure} vector-copy vec [start [end]] @deffnx {C Function} scm_vector_copy (vec) Returns a freshly allocated vector containing the elements of @var{vec} @@ -6403,6 +6404,7 @@ in the range [@var{start} ... @var{end}). @var{start} defaults to 0 and @end deffn @rnindex vector-copy! +@anchor{x-vector-copy!} @deffn {Scheme Procedure} vector-copy! dst at src [start [end]] Copy the block of elements from vector @var{src} in the range [@var{start} ... @var{end}) into vector @var{dst}, starting at position |