SPLITT-colon-colon-At.RdThis is a template function with two overwrites:
template<class VectorValues, class VectorPositions>
inline VectorValues At(VectorValues const& v, VectorPositions const& positions);
template<class VectorValues>
inline VectorValues At(VectorValues const& v, bvec const& mask);
The template argument VectorValues must 
  be an index-able class, such as std::vector; the template argument 
  VectorPositions must have a forward iterator.
| v | a   | 
    
|---|---|
| positions | a   | 
    
| mask | a   | 
    
a VectorValues object.
Other global functions: SPLITT::IsNA,
  SPLITT::Match,
  SPLITT::NotIsNA, SPLITT::Seq,
  SPLITT::SortIndices