Function functils::fst [] [src]

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

Given a Tuple return it's first element