☰
EndExclusive
Implementations on Foreign Types
Range<T>
RangeTo<T>
Implementors
In nekolib::traits
?
Trait
nekolib
::
traits
::
EndExclusive
source
·
[
−
]
pub trait EndExclusive<T>:
EndBounded
<T> { }
Expand description
右側が開である区間。
Implementations on Foreign Types
§
source
§
impl<T>
EndExclusive
<T> for
RangeTo
<T>
source
§
impl<T>
EndExclusive
<T> for
Range
<T>
Implementors
§