Fill string with characters of specific letter to certain amount
The Rust Programming Language Forum
Fill string with characters of specific letter to certain amount
I'm making a rust program and of the things I need is to fill up a string with a specific character to a certain amount defined in an u32 integer. How do I do that?
0 comments
No comments yet.