In comparison, Box<[T]> works fine (apparently it's called a boxed slice). The idea is to avoid the extra pointer indirection of Rc<Vec<T>> ...
確定! 回上一頁