pub struct Max;Trait Implementations§
Source§impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Max
impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Max
const NAME: &'static str = "max"
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 Max
impl RefUnwindSafe for Max
impl Send for Max
impl Sync for Max
impl Unpin for Max
impl UnwindSafe for Max
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