Expand description
Iterator-backed ALTREP data adaptors with coercion support.
Provides IterIntCoerceData, IterRealCoerceData, and IterIntFromBoolData
for iterators that produce values coercible to the target R type, plus the
string/list/complex adaptors (IterStringData, IterListData,
IterComplexData).
See the super module docs for how to expose
these adaptors to R (wrap in a #[derive(Altrep*)] + #[altrep(manual)]
struct).
Structsยง
- Iter
Complex Data - Iterator-backed complex number vector data adaptor.
- Iter
IntCoerce Data - Iterator-backed integer vector data adaptor with coercion from any integer-like type.
- Iter
IntFrom Bool Data - Iterator-backed integer vector data adaptor with coercion from bool.
- Iter
List Data - Iterator-backed list vector data adaptor.
- Iter
Real Coerce Data - Iterator-backed real vector data adaptor with coercion from any float-like type.
- Iter
String Data - Iterator-backed string vector data adaptor.