検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 193 for 明示 (0.197 sec.)
捕捉時の型推論 - Rust By Example 日本語版 7431
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... ージャの完全な型はいくつかの traits の中の1つを使って明示されなければなりません。 制限の少ない順に並べると、下 ... d by value. Now requires `FnOnce`. // `mem::drop`を明示的に呼ぶと`farewell`が値で // 捕捉される必要性が発生 ...
https://man.plustar.jp/rust/example/fn/closures/input_parameters.html - [similar]
関連型 - Rust By Example 日本語版 7431
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... Contains トレイトを使用する関数において、 A と B を明示する必要がなくなっていることに注目しましょう。 // Wi ... / as `i32` and `i32`. // `A`と`B`がどの型であるかを明示。インプットの型(訳注: つまり`Self`の型) // が`Con ...
https://man.plustar.jp/rust/example/generics/assoc_items/types.html - [similar]
ジェネリクス - Rust By Example 日本語版 7431
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... 値は`SingleGen('a')`となる。ここでは、`SingleGen`には明示的な型パラメータ // が与えられている。 let _char: Si ... er implicitly specified: // `SingleGen`型の変数には明示的に型パラメータを与えなくてもよい。 let _t = Single ...
https://man.plustar.jp/rust/example/generics.html - [similar]
型キャスティング - Rust By Example 日本語版 7431
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... る強制的な型変換を暗黙に行うことはありません。しかし明示的に行うこと( casting )は可能です。その場合 as キーワ ... コメントアウトしましょう。 // Explicit conversion // 明示的な型変換 let integer = decimal as u8; let characte ...
https://man.plustar.jp/rust/example/types/cast.html - [similar]
定数 - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... スコープで宣言することができます。また、いずれも型を明示しなくてはなりません。 const : 不変の値(通常はこちら ...
https://man.plustar.jp/rust/example/custom_types/constants.html - [similar]
use - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... xplicit `use` above. // `use`しているのでスコープを明示していない Rich => println!("The rich have lots of m ...
https://man.plustar.jp/rust/example/custom_types/enum/enum_use.html - [similar]
panic - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... ラムの終了を実行します。 例として、エラー条件に対して明示的に panic を呼び出してみましょう。 fn drink(beverag ...
https://man.plustar.jp/rust/example/error/panic.html - [similar]
クロージャを返す関数 - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... ーワードを使用し、全ての捕捉が値でおこなわれることを明示しなければなりません。 これは、関数を抜けると同時に参 ...
https://man.plustar.jp/rust/example/fn/closures/output_parameters.html - [similar]
super と self - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... my`以下の別のモジュールを呼び出す際に`self`を用いて明示的に参照できる。 self::cool::function(); // The `sup ...
https://man.plustar.jp/rust/example/mod/super.html - [similar]
メソッド - Rust By Example 日本語版 6584
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ス 15.3.3. refパターン 15.4. ライフタイム ❱ 15.4.1. 明示的アノテーション 15.4.2. 関数 15.4.3. メソッド 15.4. ... alone function. // 通常の関数と同様にライフタイムを明示 fn add_one<'a>(&'a mut self) { self.0 += 1; } fn p ...
https://man.plustar.jp/rust/example/scope/lifetime/methods.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT