menu
rust_core package
documentation
iter.dart
RIterator<T>
count method
count method
dark_mode
light_mode
count
method
@
override
int
count
(
)
Counting the number of iterations and returning it.
Implementation
@override int count() => super.length;
rust_core package
documentation
iter
RIterator<T>
count method
RIterator class