Trait polars_core::prelude::IsFloat
source · pub unsafe trait IsFloat: Sealed {
// Provided methods
fn is_float() -> bool { ... }
fn is_nan(&self) -> bool
where Self: Sized { ... }
}Expand description
Safety
unsafe code downstream relies on the correct is_float call