pub type ArrayList<T> = Vec<T>;
适用于 Java 体质开发同学,常见的集合对象
普通的 List
pub struct ArrayList<T> { /* private fields */ }