NA
s.SPLITT-colon-colon-NotIsNA.Rd
This is a template function with a specification for the type uint.
template<class T> inline bvec NotIsNA(std::vector<T> const& x, T const& NA);
inline bvec NotIsNA(uvec const& x);
The element type T
must define an ==
operator.
x | a |
---|---|
NA |
|
a bvec
of the same length as x
with true
everywhere, except for the positions where there are NA
s.
Other global functions: SPLITT::At
,
SPLITT::IsNA
, SPLITT::Match
,
SPLITT::Seq
,
SPLITT::SortIndices