KoneArrayGrowableLinkedNoddedListProducer

Functions

Link copied to clipboard
open override fun <Element> produce(initialCapacity: UInt): KoneArrayGrowableLinkedNoddedList<Element>

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): KoneArrayGrowableLinkedNoddedList<Element>

Produces this type list of provided initialCapacity capacity and number size and initialises the elements with the provided builder.

open override fun <Element> produceBy(number: UInt, builder: (UInt) -> Element): KoneGrowableMutableNoddedList<Element>

Produces this type list of provided number size and initialises the elements with the provided builder.