subvector
Name
subvector -- Creates a subvector
Type: function
Synopsis
subvector
( vec start, result);
Arguments
- vec
An instance of <vector>
.
- start
An instance of <fixnum>
.
- end
An instance of <fixnum>
. Optional. Default
value is the length of the vector.
Return Values
- result
An instance of <vector>
.
Description
This function is to vectors what substring is for strings.