Skip to main content
swap3_2
vest_
lib
In vest_
lib::
combinators::
permute
vest_lib
::
combinators
::
permute
Function
swap3_2
Copy item path
Source
pub
open spec
fn swap3_2<A, B, C>(i: (C,
(A, B)
)) -> (A,
(B, C)
)
Expand description
{ (i.
1.0
, (i.
1.1
, i.
0
)) }