A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rust-lang/rust/issues/137300 below:

Tracking Issue for `range_bounds_is_empty` · Issue #137300 · rust-lang/rust · GitHub

Feature gate: #![feature(range_bounds_is_empty)]

This is a tracking issue for the is_empty method on RangeBounds.

Public API
// core::ops
pub trait RangeBounds<T: ?Sized> {
    ...

    fn is_empty(&self) -> bool
    where
        T: PartialOrd,
    {
        ...
    }
}
Steps / History Unresolved Questions
  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4