検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for min (0.003 sec.)
繰り返し - Rust By Example 日本語版 9414
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... コロンは必須ではないことに注目しましょう。 // `find_min!` will calculate the minimum of any number of argu ... ments. // `find_min!`は引数として与えられた数字の中の最低の値を計算する ... 。 macro_rules! find_min { // Base case: // 基本となるケース ($x:expr) => ( ... 続く場合 ($x:expr, $($y:expr),+) => ( // Call `find_min!` on the tail `$y` // `find_min!`を残りの`$y`に対し ...
https://man.plustar.jp/rust/example/macros/repeat.html - [similar]
PREV 1 NEXT