SRFI-43 documentation tweaks
* doc/ref/api-compound.texi (Vectors): Add cross-reference to SRFI-43. * doc/ref/srfi-modules.texi (SRFI-43 Selectors): Simplify description of 'vector-ref'.
This commit is contained in:
parent
950a966e64
commit
2b509a2e37
2 changed files with 6 additions and 4 deletions
|
|
@ -4633,8 +4633,8 @@ comparisons are performed is unspecified.
|
|||
@subsubsection SRFI-43 Selectors
|
||||
|
||||
@deffn {Scheme Procedure} vector-ref vec i
|
||||
Return the value that the location in @var{vec} at @var{i} is mapped to
|
||||
in the store. Indexing is based on zero.
|
||||
Return the element at index @var{i} in @var{vec}. Indexing is based on
|
||||
zero.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} vector-length vec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue