CollectionProvider

fun interface CollectionProvider<T>

Functions

Link copied to clipboard
abstract operator fun invoke(initialCapacity: Int): T