How do I join a vector of vectors in Rust?

后端 未结 0 1885
说谎
说谎 2020-12-29 23:09

If I have a vector of strings, I can join them to a single string using a separator:

assert_eq!("a b c", vec!["a", "b", "c&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题