Created
July 31, 2018 13:13
-
-
Save jlgerber/55be14ec63d0141249affc3124701d04 to your computer and use it in GitHub Desktop.
static array of string literals - rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const BROWSERS: &'static [&'static str] = &["firefox", "chrome"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment