Trait VectorAnyGt

Source
pub trait VectorAnyGt<Other> {
    type Result;

    // Required method
    unsafe fn vec_any_gt(self, b: Other) -> Self::Result;
}
🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)
Available on PowerPC or PowerPC-64 only.

Required Associated Types§

Source

type Result

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Required Methods§

Source

unsafe fn vec_any_gt(self, b: Other) -> Self::Result

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Implementors§