[][src]Trait isnt::std_1::ops::IsntRangeToInclusiveExt

pub trait IsntRangeToInclusiveExt<Idx>: Sealed<Idx> {
#[must_use]    pub fn not_contains<U: ?Sized>(&self, item: &U) -> bool
    where
        Idx: PartialOrd<U>,
        U: PartialOrd<Idx>
; }

Extension for RangeToInclusive

Required methods

#[must_use]pub fn not_contains<U: ?Sized>(&self, item: &U) -> bool where
    Idx: PartialOrd<U>,
    U: PartialOrd<Idx>, 
[src]

The negation of contains

Loading content...

Implementations on Foreign Types

impl<Idx> IsntRangeToInclusiveExt<Idx> for RangeToInclusive<Idx> where
    Idx: PartialOrd<Idx>, 
[src]

Loading content...

Implementors

Loading content...