menu
anyhow package
documentation
rust.dart
Zip<T, U>
Zip.new constructor
Zip.new constructor
dark_mode
light_mode
Zip<
T
,
U
>
constructor
Zip<
T
,
U
>
(
Iterator
<
T
>
_iteratorT
,
Iterator
<
U
>
_iteratorU
)
Implementation
Zip(
this
._iteratorT,
this
._iteratorU) :
super
._
late
() { _wIterator =
this
; }
anyhow package
documentation
rust
Zip<T, U>
Zip.new constructor
Zip class