Type Alias LeftBounded
Source pub type LeftBounded<T, B> = HalfBounded<T, B, Left>;
pub struct LeftBounded<T, B>();
Returns
true if
item is contained in the range.
Read more
🔬This is a nightly-only experimental API. (range_bounds_is_empty)
Returns
true if the range contains no items.
One-sided ranges (
RangeFrom, etc) always return
false.
Read more
Returns
true if
item is contained in the range.
Read more
🔬This is a nightly-only experimental API. (range_bounds_is_empty)
Returns
true if the range contains no items.
One-sided ranges (
RangeFrom, etc) always return
false.
Read more