pub fn is_default<T: Default + PartialEq>(t: &T) -> bool
utils
Check whether t type T is equal to default.
t
T