I want to create a long &'static str made of repeating sequences of chars, e.g. abcabcabc... Is there a way in Rust to do this via an expression, ...
確定! 回上一頁