Trait simdop::Shli
[−]
[src]
pub trait Shli<M: Multi> {
fn shli(&self, a: M, i: i32) -> M;
}The Shli trait is used to specify immediate bit-wise left shift functionality.
pub trait Shli<M: Multi> {
fn shli(&self, a: M, i: i32) -> M;
}The Shli trait is used to specify immediate bit-wise left shift functionality.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).