toList

inline suspend fun <T> Items<T>.toList(): List<T>

Items 中的元素收集为 List.

See also