menu
flechette package
documentation
struct/tuple.dart
TupleOps<T, S>
swap method
swap method
dark_mode
light_mode
swap
method
$
<
S
,
T
>
swap
(
)
returns new tuple swapping left one with right one.
Implementation
$<S, T> swap() => $($1, $0);
flechette package
documentation
struct/tuple
TupleOps<T, S>
swap method
TupleOps extension on
$
<
T
,
S
>