Function libreda_lefdef::lef_parser::read_step_pattern
source · fn read_step_pattern<I>(
tk: &mut Tokenized<I, LefDefLexer>
) -> Result<StepPattern, LefDefParseError>where
I: Iterator<Item = char> + PeekingNext,Expand description
Read a step pattern (repetition). Expects a “DO” keyword at the beginning.