但在Rust中由于数组 [T; N] 中的N并不是范型,所以我们无法写出如下的代码:. struct Foo<N> { data: [i32; N] } 复制. 今天我们介绍的generic-array ...
確定! 回上一頁