Function parse_frame_sequence
Source pub fn parse_frame_sequence(input: &str) -> Result<Vec<isize>, Error<Rule>>
Expand description
Parse a frame sequence string into a Vec
<
isize
>
of frames.
See the main page of the documentation for example input
strings.