検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for 展開 (0.006 sec.)
ライフタイムの省略 11228
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... str); // 省略した場合 fn print<'a>(s: &'a str); // 展開した場合 fn debug(lvl: uint, s: &str); // 省略した場 ... 合 fn debug<'a>(lvl: uint, s: &'a str); // 展開した場合 fn substr(s: &str, until: uint) -> &str; // ... substr<'a>(s: &'a str, until: uint) -> &'a str; // 展開した場合 fn get_str() -> &str; // エラー fn frob(s: ... た場合 fn get_mut<'a>(&'a mut self) -> &'a mut T; // 展開した場合 fn args<T: ToCStr>(&mut self, args: &[T]) - ...
https://man.plustar.jp/rust/nomicon/lifetime-elision.html - [similar]
print.html 7485
はじめに 1. 安全と危険のご紹介 1.1. 安全と危険の相互作用 1.2. Unsafe と連携する 2. データレイアウ ... str); // 省略した場合 fn print<'a>(s: &'a str); // 展開した場合 fn debug(lvl: uint, s: &str); // 省略した場 ... 合 fn debug<'a>(lvl: uint, s: &'a str); // 展開した場合 fn substr(s: &str, until: uint) -> &str; // ... substr<'a>(s: &'a str, until: uint) -> &'a str; // 展開した場合 fn get_str() -> &str; // エラー fn frob(s: ... た場合 fn get_mut<'a>(&'a mut self) -> &'a mut T; // 展開した場合 fn args<T: ToCStr>(&mut self, args: &[T]) - ...
https://man.plustar.jp/rust/nomicon/print.html - [similar]
PREV 1 NEXT