[][src]Trait gut::ops::Empty

pub trait Empty {
    fn empty() -> Self;
fn is_empty(&self) -> bool; }

Required methods

fn empty() -> Self

Construct an empty object.

fn is_empty(&self) -> bool

Check if this object is empty.

Loading content...

Implementors

impl<T: Float> Empty for BBox<T>[src]

impl<T: Float> Empty for ClosedInterval<T>[src]

impl<T: Float> Empty for OpenInterval<T>[src]

Loading content...