検索
Results of 1 - 1 of about 1 for arameter (0.003 sec.)
- 関数 - Rust By Example 日本語版 9414
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
Gen<T>`. // It has been explicitly given the type parameter `A`, but because `A` has not // been specified as...
a generic type parameter for `gen_spec_t`, it is not generic. // `gen_spec_...
n<i32>`. // It has been explicitly given the type parameter `i32`, which is a specific type. // Because `i32`...
gen_spec_t(SGen(A)); // Implicitly specified type parameter `A`. // 型パラメータ`A`を暗黙のうちに受け取る gen_...
- https://man.plustar.jp/rust/example/generics/gen_fn.html - [similar]
PREV
1
NEXT