We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5u32.to_string().byte_capacity() -> 128 "foo".to_string().byte_capacity() -> 128
5u32.to_string().byte_capacity()
128
"foo".to_string().byte_capacity()
I think the right solution to this is adding size hints to the underlying formatting system.