15
edits
Chris-barry (talk | contribs) m (→subvec()) |
Chris-barry (talk | contribs) m (→subvec()) |
||
Line 82: | Line 82: | ||
</li> | </li> | ||
<li> | <li> | ||
If the value of ''count'' is greater than ''size(vect) - start'' then it is ignored. That is, all elements from ''start'' to the end of ''vect'' are returned. A negative value of ''count'' causes an error. | If the value of ''count'' is greater than ''size(vect) - start'' then it is ignored. That is, all elements from ''start'' to the end of ''vect'' are returned. If ''count'' is zero then an empty vector is returned. A negative value of ''count'' causes an error. | ||
</ol> | </ol> | ||
edits