検索

phrase: max: clip:
target: order:
Results of 11 - 15 of about 15 for output (0.031 sec.)
DRY (Don't Repeat Yourself) - Rust By Example 日本語版 7837
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... $op:tt, $method:ident) => { fn $func<T: $bound<T, Output=T> + Copy>(xs: &mut Vec<T>, ys: &Vec<T>) { assert_ ...
https://man.plustar.jp/rust/example/macros/dry.html - [similar]
関数 - Rust By Example 日本語版 7837
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... &'a i32, _: &'b i32) -> &'a i32 { x } //fn invalid_output<'a>() -> &'a String { &String::from("foo") } // Th ...
https://man.plustar.jp/rust/example/scope/lifetime/fn.html - [similar]
Box, スタックとヒープ - Rust By Example 日本語版 7837
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ottom_right: Point { x: 3.0, y: -4.0 }, }); // The output of functions can be boxed // 関数の返り値をボックス ...
https://man.plustar.jp/rust/example/std/box.html - [similar]
Testcase: map-reduce - Rust By Example 日本語版 7837
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ferent thread. // // TODO: see what happens to the output if you insert spaces! let data = "8696789773741647 ...
https://man.plustar.jp/rust/example/std_misc/threads/testcase_mapreduce.html - [similar]
Rust By Example 日本語版 7697
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... right-align text with a specified width. This will output // " 1". 5 white spaces and a "1". // 指定した幅の ... / You can pad numbers with extra zeroes. This will output "000001". // 空白の代わりに0を使うこともできます. ... Write strictly the first element into the supplied output // stream: `f`. Returns `fmt::Result` which indica ...
https://man.plustar.jp/rust/example/print.html - [similar]
PREV 1 2 NEXT