Function libreda_lefdef::common::read_polygon
source · pub fn read_polygon<T: FromStr, I>(
tokens: &mut Tokenized<I, LefDefLexer>
) -> Result<Vec<(T, T)>, LefDefParseError>where
I: Iterator<Item = char> + PeekingNext,Expand description
Read a polygon. Does not expect ‘POLYGON’ token at the beginning.