Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to convert Vec
to a separated String?
Asked
Sep 19 '16 at 07:52
Active
Sep 19 '16 at 12:46
Viewed
89 times
1
For example:
let mut v = vec!["hello", "world"]; v.split(" ") // Expected result: "hello world"
rust
edited Sep 19 '16 at 12:46
Shepmaster
388,571
95
1,107
1,366
asked Sep 19 '16 at 07:52
Sackery Porsein
21
6
0 Answers
0