KoneArrayGrowableNoddedListProducer
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 <Element> produceBy(initialCapacity: UInt, number: UInt, builder: (UInt) -> Element): KoneArrayGrowableNoddedList<Element>
Produces this type list of provided initialCapacity capacity and number size and initialises the elements with the provided builder.