Trait VectorMax

pub trait VectorMax<Other>

Associated Types

type Result;

Required Methods

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

Implementors