pub fn first<A, B>(tup: (A, B)) -> A
Expand description

Return the first element of a 2-tuple