menu
rust_core package
documentation
iter.dart
ChainRIterator<T>
ChainRIterator constructor
ChainRIterator constructor
dark_mode
light_mode
ChainRIterator<
T
>
constructor
ChainRIterator<
T
>
(
Iterator
<
T
>
_first
,
Iterator
<
T
>
_second
)
Implementation
ChainRIterator(this._first, this._second) : super._late() { _wIterator = this; }
rust_core package
documentation
iter
ChainRIterator<T>
ChainRIterator constructor
ChainRIterator class