Searched defs:LitIntRepr (Results 1 – 1 of 1) sorted by relevance
105 struct LitIntRepr { struct106 token: Literal,107 digits: Box<str>,108 suffix: Box<str>,751 impl Clone for LitIntRepr { implementation