Skip to main content

strings

Macro strings 

Source
macro_rules! strings {
    ($($s:expr),* $(,)?) => { ... };
}
Expand description

A macro to create a vector of strings from a list of string literals.