SPLITT-colon-colon-Seq.Rd
This is a template function.
template<class T> inline std::vector<T> Seq(T const& first, T const& last);
Currently the function is implemented as a wrapper for
std::iota
<T>
.
first, last |
|
---|
a std::vector
<T>
object.
Other global functions: SPLITT::At
,
SPLITT::IsNA
, SPLITT::Match
,
SPLITT::NotIsNA
,
SPLITT::SortIndices