gpt4 book ai didi

rust - Rust 类型中的下划线是什么?

转载 作者:行者123 更新时间:2023-12-03 11:34:10 25 4
gpt4 key购买 nike

<分区>

我是 Rust 初学者,请多多包涵。

如下图所示,VSCode rust-analyzer插入带有下划线“_”的类型。这是什么?

let a: [i32; _] = [3; 5];
// this is the same as
let a: [i32; _] = [3, 3, 3, 3, 3];

the same code with type annotations [i32; _] automatically inserted by VSCode

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com