pub fn parse(input: &str) -> Result<Selection, Error>
Parse a choice string input to a Selection. Additionally reduces the set of ranges to the minimum representable by using a union operation. Wrapper for str::parse.
Selection
str::parse