KoneListProducer

Represents a companion object (not in the Kotlin meaning but in common one) of KoneList inheritor type that abstract API of this type of lists creation.

Inheritors

Functions

Link copied to clipboard
abstract fun <Element> produceBy(number: UInt, builder: (UInt) -> Element): KoneList<Element>

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