menu
arcane package
documentation
arcane.dart
TIterableInt
max method
max method
dark_mode
light_mode
max
method
int
max
(
)
Implementation
int max() => reduceOr(0, (value, element) => value > element ? value : element);
arcane package
documentation
arcane
TIterableInt
max method
TIterableInt extension on
Iterable
<
int
>