Skip to main content

Associative

Trait Associative 

Source
pub trait Associative { }
Expand description

Marker trait: Promises that (a * b) * c == a * (b * c). IMPLEMENT THIS for f64, f32, Float, Complex, Quaternion. DO NOT IMPLEMENT for Octonion.

Implementations on Foreign Types§

Source§

impl Associative for f32

Source§

impl Associative for f64

Source§

impl Associative for i8

Source§

impl Associative for i16

Source§

impl Associative for i32

Source§

impl Associative for i64

Source§

impl Associative for i128

Source§

impl Associative for isize

Source§

impl Associative for u8

Source§

impl Associative for u16

Source§

impl Associative for u32

Source§

impl Associative for u64

Source§

impl Associative for u128

Source§

impl Associative for usize

Implementors§