logo
pub fn is_default<T: Default + PartialEq>(val: &T) -> bool
Expand description

Check whether a value is equal to its default value.