copyType

inline fun <T> List<T>.copyType(): TypeList<T>

将集合所有元素复制至TypeList, 可以让集合保留泛型信息, 避免无法判断元素类型