KoneArrayGrowableLinkedListProducer
Functions
Link copied to clipboard
Produces empty list with initial capacity not less than initialCapacity.
Produces empty list.
Link copied to clipboard
open override fun <E> produceBy(initialCapacity: UInt, number: UInt, builder: (UInt) -> E): KoneGrowableMutableList<E>
Produces this type list of provided initialCapacity capacity and number size and initialises the elements with the provided builder.