Function libreda_lefdef::common::read_point
source · pub fn read_point<T: FromStr, I>(
tokens: &mut Tokenized<I, LefDefLexer>
) -> Result<(T, T), LefDefParseError>where
I: Iterator<Item = char> + PeekingNext,Expand description
Read a point of the form ( x y ), x y or ( x , y ).