pub struct Min;Trait Implementations§
Source§impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Min
impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Min
const NAME: &'static str = "min"
const INFIX: Option<&'static str> = None
const DISPLAY: &'static str
const ALIASES: &'static [&'static str]
const COMMUTATIVE: bool = true
const ASSOCIATIVE: bool = true
const COMPLEXITY: u16 = 1u16
fn eval(args: &[T; 2]) -> T
fn partial(args: &[T; 2], idx: usize) -> T
Auto Trait Implementations§
impl Freeze for Min
impl RefUnwindSafe for Min
impl Send for Min
impl Sync for Min
impl Unpin for Min
impl UnwindSafe for Min
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more