toList

abstract fun toList(): ListWrapper<T>

将此可迭代对象中的元素添加到一个 List 中,并返回一个包含这些元素的 ListWrapper

Return

包含此可迭代对象中元素的 ListWrapper