Trait adana_script_core::primitive::BitShift
source · pub trait BitShift {
// Required methods
fn left_shift(&self, n: &Self) -> Self;
fn right_shift(&self, n: &Self) -> Self;
}
Required Methods§
fn left_shift(&self, n: &Self) -> Self
fn right_shift(&self, n: &Self) -> Self
Object Safety§
This trait is not object safe.