検索
Results of 1 - 1 of about 1 for elided (0.012 sec.)
- 省略 - Rust By Example 日本語版 9414
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
st」の ライフタイムの省略 の項を見てください。 // `elided_input` and `annotated_input` essentially have iden...
tical signatures // because the lifetime of `elided_input` is inferred by the compiler: // `elided_inp...
以下の2つは同一のライフタイムシグネチャを持つ。 fn elided_input(x: &i32) { println!("`elided_input`: {}", x)...
tln!("`annotated_input`: {}", x); } // Similarly, `elided_pass` and `annotated_pass` have identical signatur...
- https://man.plustar.jp/rust/example/scope/lifetime/elision.html - [similar]
PREV
1
NEXT