[][src]Trait un_algebra::relation::total_order::TotalOrder

pub trait TotalOrder: PartialEq { }

An algebraic total order relation.

Implementations on Foreign Types

impl TotalOrder for f32[src]

IEEE floating point types implement total order relations.

impl TotalOrder for f64[src]

Loading content...

Implementors

Loading content...