pub struct Less<const DIMENSION: i8 = ALL_DIMENSIONS>;Expand description
Sort points in lexicographically ascending order using epsilon equality.
Mirrors boost::geometry::less from policies/compare.hpp:75-265.
Implementations§
Trait Implementations§
impl<const DIMENSION: i8> Copy for Less<DIMENSION>
Auto Trait Implementations§
impl<const DIMENSION: i8> Freeze for Less<DIMENSION>
impl<const DIMENSION: i8> RefUnwindSafe for Less<DIMENSION>
impl<const DIMENSION: i8> Send for Less<DIMENSION>
impl<const DIMENSION: i8> Sync for Less<DIMENSION>
impl<const DIMENSION: i8> Unpin for Less<DIMENSION>
impl<const DIMENSION: i8> UnsafeUnpin for Less<DIMENSION>
impl<const DIMENSION: i8> UnwindSafe for Less<DIMENSION>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more