Skip to main content

Module rangebounds

Module rangebounds 

Source
Expand description

This module exposes helpers for working with types that implement RangeBounds.

Traitsยง

RangeBoundsExt
An extension trait for RangeBounds.

Functionsยง

bounds_max ๐Ÿ”’
Return the largest of b1 and b2.
bounds_min ๐Ÿ”’
Return the smallest of b1 and b2.