use hashbrown::HashMap; let mut map: HashMap<&str, isize> = HashMap::new(); map.try_reserve(10).expect("why is the test harness OOMing on 10 bytes?");.
確定! 回上一頁