Functions

Link copied to clipboard
open override fun <Element> produce(): KoneGCLinkedList<Element>

Produces empty list.

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

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