検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for contacts (0.005 sec.)
ハッシュマップ - Rust By Example 日本語版 9414
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... > "Hi! Who is this again?" } } fn main() { let mut contacts = HashMap::new(); contacts.insert("Daniel", "798-1 ... 364"); contacts.insert("Ashley", "645-7689"); contacts.insert("Kat ... ie", "435-8291"); contacts.insert("Robert", "956-1745"); // Takes a reference ... Option<&V> // 参照をとり、Option<&V>を返す。 match contacts.get(&"Daniel") { Some(&number) => println!("Callin ...
https://man.plustar.jp/rust/example/std/hash.html - [similar]
PREV 1 NEXT