Function holochain_types::combinators::swap2

source ·
pub fn swap2<A, B>(tup: (A, B)) -> (B, A)
Expand description

Swap the two items in 2-tuple