pub trait CmpGe<Rhs = Self> {
type Output;
// Required method
fn simd_ge(self, rhs: Rhs) -> Self::Output;
}๐Deprecated since 1.5.0:
use inherit function instead
Required Associated Typesยง
Required Methodsยง
fn simd_ge(self, rhs: Rhs) -> Self::Output
๐Deprecated since 1.5.0:
use inherit function instead