Function char_iter::new
[-] [+]
[src]
pub fn new(start: char, end: char) -> Iter
Create a new iterator over the characters (specifically Unicode
Scalar Values) from start
to end
, inclusive.
Panics
This panics if start > end
.