pub fn is_biased<K: 'static>() -> bool
A utilitarian function for checking if a type is Biased; returns false otherwise. Compares the TypeId of K to the TypeId of Biased.
K