SpiceQA
Questions
Tags
Users
Badges
Is there a way to initialize an empty slice?
user_1968354
0
Created Aug 6, 2017
Edited Aug 6, 2017
Viewed 9950
Follow
Something like this?
[String, 0]
Vec::new()
is not an option.
rust
slice
arrays
14
0
Add comment
+
Share
1 Answers
Related