Range<E> typedef
Range<E> = ({E from, E to})
A representation of a range between from
and to
.
Implementation
typedef Range<E> = ({E from, E to});
A representation of a range between from
and to
.
typedef Range<E> = ({E from, E to});