vector 就是rust里面的动态增加元素的列表类型。 ... pub struct Vec<T, A = Global> where A: Allocator, { /* fields omitted */ } ...
確定! 回上一頁