Rust 语言入门 Introduction to Rust

Box<[T]> 类

Box<[T]> 与 Vec<T> 之间的转换

Box<[T]> 与 &[T] 之间的关系