Functions

Link copied to clipboard
open override fun <E> produce(): KoneArrayResizableList<E>

Produces empty list.

Link copied to clipboard
open override fun <E> produceBy(number: UInt, builder: (UInt) -> E): KoneArrayResizableList<E>

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