1 2 3
* 定义了一个triat:`Map` * 定义了一个数据结构:`VecMap`,并为`VecMap`实现了`Map<K=usize,V=T>` * 定义了数据结构:`HashMap`,并为`HashMap`实现了`Map`