Home
last modified time | relevance | path

Searched refs:ONCE_CELL (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/once_cell/examples/
H A Dbench_vs_lazy_static.rs7 static ONCE_CELL: Lazy<Vec<String>> = Lazy::new(|| vec!["Spica".to_string(), "Hoyten".to_string()]); consts
41 let len = ONCE_CELL.len(); in thread_once_cell()

Completed in 1 milliseconds