検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for func (0.006 sec.)
DRY (Don't Repeat Yourself) - Rust By Example 日本語版 11228
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... 2.6.2. Iterator::find 9.3. 高階関数 9.4. Diverging functions 10. モジュール ❱ 10.1. プライベートとパブリッ ... 演算子とトークン用の識別子です。 ($a:expr, $b:expr, $func:ident, $op:tt) => { assert!($a.len() == $b.len(), ... : dimension mismatch: {:?} {:?} {:?}", stringify!($func), ($a.len(),), stringify!($op), ($b.len(),)); }; } ... macro_rules! op { ($func:ident, $bound:ident, $op:tt, $method:ident) => { f ...
https://man.plustar.jp/rust/example/macros/dry.html - [similar]
識別子 - Rust By Example 日本語版 7485
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... 2.6.2. Iterator::find 9.3. 高階関数 9.4. Diverging functions 10. モジュール ❱ 10.1. プライベートとパブリッ ... or )でアノテーションされます。 macro_rules! create_function { // This macro takes an argument of designato ... r `ident` and // creates a function named `$func_name`. // The `ident` designator ... is used for variable/function names. // このマクロは`ident`識別子に対応する値 ...
https://man.plustar.jp/rust/example/macros/designators.html - [similar]
PREV 1 NEXT