use std::collections::HashMap; let mut map: HashMap<&str, u32> = HashMap::new(); ... https://doc.rust-lang.org/std/collections/hash_map/struct.
確定! 回上一頁