Skip to main content

Module coerce

Module coerce 

Source
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ยง

IterComplexData
Iterator-backed complex number vector.
IterIntCoerceData
Iterator-backed integer vector with coercion from any integer-like type.
IterIntFromBoolData
Iterator-backed integer vector with coercion from bool.
IterListData
Iterator-backed list vector.
IterRealCoerceData
Iterator-backed real vector with coercion from any float-like type.
IterStringData
Iterator-backed string vector.