powered by
Creates a vector containing a sequence of values starting at the initial point and going to the terminal point.
seq_cpp(a, b)
An int, that denotes the starting point.
int
An int, that denotes the ending point.
A vector containing values moving from a to b. There are no restrictions on A's range.
vector