Expand description
This module exposes helpers for working with types that implement
RangeBounds
.
Traits§
- Range
Bounds Ext - An extension trait for
RangeBounds
.
Functions§
- bounds_
max 🔒 - Return the largest of
b1
andb2
. - bounds_
min 🔒 - Return the smallest of
b1
andb2
.