absolution icon indicating copy to clipboard operation
absolution copied to clipboard

IntSuffix, FloatSuffix not pub

Open aldanor opened this issue 3 years ago • 2 comments

Unless I'm missing something, there's no way to check e.g. that an int literal is unsuffixed, currently?.. (because IntSuffix and FloatSuffix are not re-exported and literal module is private).

aldanor avatar Oct 16 '20 20:10 aldanor

(Might also add something like .has_suffix() or .is_unsuffixed() for convenience? idk)

aldanor avatar Oct 16 '20 20:10 aldanor

Yeah that would be great!

Manishearth avatar Oct 17 '20 15:10 Manishearth