Skip to main content

ArrayList

Type Alias ArrayList 

Source
pub type ArrayList<T> = Vec<T>;
Expand description

适用于 Java 体质开发同学,常见的集合对象

普通的 List

Aliased Type§

pub struct ArrayList<T> { /* private fields */ }