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§

source

fn left_shift(&self, n: &Self) -> Self

source

fn right_shift(&self, n: &Self) -> Self

Object Safety§

This trait is not object safe.

Implementors§