Function functils::snd [] [src]

pub fn snd<A, B>(x: (A, B)) -> B

Given a Tuple return it's second element