Created by: stratact
This fixes a bug introduced in 9fe1eb26 and 23310ad6 while not having to allocate Vecs as done before those revisions by just passing &[S] slices everywhere, where S: AsRef<str>.
Vec
&[S]
S: AsRef<str>