Trait cubecl_core::frontend::BoolOps

source ·
pub trait BoolOps {
    // Provided methods
    fn new(value: bool) -> bool { ... }
    fn __expand_new(
        _context: &mut CubeContext,
        value: ExpandElementTyped<bool>,
    ) -> ExpandElementTyped<bool> { ... }
}
Expand description

Extension trait for bool.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§