[][src]Trait un_algebra::relation::partial_order::PartialOrder

pub trait PartialOrder: PartialEq { }

An algebraic (non-strict) partial order relation.

Implementations on Foreign Types

impl PartialOrder for f32[src]

IEEE floating point types implement partial order relations.

impl PartialOrder for f64[src]

Loading content...

Implementors

Loading content...