Is there a way to initialize an empty slice?

Viewed 9950

Something like this?

[String, 0]

Vec::new() is not an option.

1 Answers
Related