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§