Trait Mean
Other items inotter_api_tests::geometry
pub trait Mean { fn mean(&self, other: &Self) -> Self; }
fn mean(&self, other: &Self) -> Self
impl Mean for i32
pub fn mean(&self, other: &i32) -> i32
impl<T> Mean for PosC<T> where T: Mean + Debug,
pub fn mean(&self, other: &PosC<T>) -> PosC<T> where T: Mean,