検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for ident (0.013 sec.)
識別子 - Rust By Example 日本語版 11228
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... s 22. 安全でない操作 23. Compatibility ❱ 23.1. Raw identifiers 24. 周辺情報 ❱ 24.1. ドキュメンテーション 24 ... n { // This macro takes an argument of designator `ident` and // creates a function named `$func_name`. // ... The `ident` designator is used for variable/function names. / ... / このマクロは`ident`識別子に対応する値を引数として取り // `$func_name` ...
https://man.plustar.jp/rust/example/macros/designators.html - [similar]
DRY (Don't Repeat Yourself) - Rust By Example 日本語版 7485
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... s 22. 安全でない操作 23. Compatibility ❱ 23.1. Raw identifiers 24. 周辺情報 ❱ 24.1. ドキュメンテーション 24 ... とトークン用の識別子です。 ($a:expr, $b:expr, $func:ident, $op:tt) => { assert!($a.len() == $b.len(), "{:?}: ... ($op), ($b.len(),)); }; } macro_rules! op { ($func:ident, $bound:ident, $op:tt, $method:ident) => { fn $fun ... d test { use std::iter; macro_rules! test { ($func:ident, $x:expr, $y:expr, $z:expr) => { #[test] fn $func( ...
https://man.plustar.jp/rust/example/macros/dry.html - [similar]
PREV 1 NEXT