Function choice_string::parse

source ·
pub fn parse(input: &str) -> Result<Selection, Error>
Expand description

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.