Expand description
Iterator-backed ALTREP with coercion support.
Provides IterIntCoerceData, IterRealCoerceData, and IterIntFromBoolData
for iterators that produce values coercible to the target R type.
Structsยง
- Iter
Complex Data - Iterator-backed complex number vector.
- Iter
IntCoerce Data - Iterator-backed integer vector with coercion from any integer-like type.
- Iter
IntFrom Bool Data - Iterator-backed integer vector with coercion from bool.
- Iter
List Data - Iterator-backed list vector.
- Iter
Real Coerce Data - Iterator-backed real vector with coercion from any float-like type.
- Iter
String Data - Iterator-backed string vector.