Function from_range

Source
pub fn from_range<T>(
    range: RangeInclusive<char>,
    value: T,
) -> RangeMap<char, State<T>>