| Did you know ... | Search Documentation: |
| vector->for_some |
@arg1 The current element @arg2 Index of this element
Its behaviour is undefined if the size of the vector is changed by code.
Using from and to, the range and order can
be defined. See
vector->for_all
for details.