Searched defs:LitIntRepr (Results 1 – 3 of 3) sorted by relevance
91 struct LitIntRepr { struct92 token: Literal,93 digits: Box<str>,94 suffix: Box<str>,641 impl Clone for LitIntRepr { implementation
92 struct LitIntRepr { struct93 token: Literal,94 digits: Box<str>,95 suffix: Box<str>,687 impl Clone for LitIntRepr { implementation