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