Files
Rust-BBEdit/Contents/Clippings/Rust.rs/Static strings slice
2015-11-23 18:24:46 +00:00

4 lines
129 B
Plaintext

#INDENT#static #PLACEHOLDERSTART#NAME#PLACEHOLDEREND#: &'static [&'static str] = &[
#PLACEHOLDERSTART#...#PLACEHOLDEREND#
];