Product Type
Range
A half-open interval from a lower bound up to, but not including, an uppor bound.
type Range<Bound: SemiRegular & Comparable>
Members
Functions
fun contains(_ element: Bound) -> Bool
Returns true iff element is contained in self.
fun contains(_ other: Self) -> Bool
Returns true iff other is contained in self.