fn main() { let arr = [1, 2, 3, 4, 5]; method1(arr); method2(arr); method3(arr); } // loop方式 fn method1(data: [i32; 5]) { let mut index = 0; loop { if index >……
来自分类:rust
fn main() { let arr = [1, 2, 3, 4, 5]; method1(arr); method2(arr); method3(arr); } // loop方式 fn method1(data: [i32; 5]) { let mut index = 0; loop { if index >……
标量类型(scalar) 整数类型 isize, usize取决于程序运行的目标平台; 在64位架构上,它们就是64位的,而在32位架构上,它们就是32位的 浮点数类型 f32 单精度浮点数, f64 双精度浮点数; fn main() { let x = 2.0; // f64 默认 let y: f32 = 3.0……
在~/.cargo目录下,创建config文件 [source.crates-io] registry = "https://github.com/rust-lang/crates.io-index" replace-with = 'tuna' [source.tuna] reg……
版权所有 © 2022 cinob的博客 | 辽ICP备17021658号-2
Theme Memory By Shawn With | All Rights Reserved
(●'◡'●)ノ本博客已萌萌哒运行了