pub fn identity<T>(t: T) -> T
Expand description

Returns what it’s given.