absolution
absolution copied to clipboard
IntSuffix, FloatSuffix not pub
trafficstars
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).
(Might also add something like .has_suffix() or .is_unsuffixed() for convenience? idk)
Yeah that would be great!