new

Function new 

Source
pub fn new(start: char, end: char) -> Iter 
Expand description

Create a new iterator over the characters (specifically Unicode Scalar Values) from start to end, inclusive.

§Panics

This panics if start > end.