Function ignite::var::tuple::reverse

source ·
pub fn reverse<T>(pair: (T, T)) -> (T, T)
Expand description

Reverse the contents of a two item tuple.