menu
kalil_utils package
documentation
extensions.dart
IndexedIterableE<T>
deindexed property
deindexed property
dark_mode
light_mode
deindexed
property
Iterable
<
T
>
get
deindexed
Implementation
Iterable<T> get deindexed => map((e) => e.right);
kalil_utils package
documentation
extensions
IndexedIterableE<T>
deindexed property
IndexedIterableE extension on
Iterable
<
Tuple
<
int
,
T
>
>