Expand description
Iterator-backed ALTREP data types.
Provides lazy ALTREP vectors backed by Rust iterators. Elements are generated on-demand and cached for repeat access.
ยงSubmodules
state: CoreIterState<I, T>+ standard wrapper types (Int, Real, Logical, Raw, String, List, Complex)coerce: Coerced variants (IterIntCoerceData,IterRealCoerceData,IterIntFromBoolData)sparse: Sparse iterators usingnth()for skip-ahead (SparseIterState)windowed: Sliding-window iterators (WindowedIterState)