KoneFixedCapacityMutableNoddedListProducer
interface KoneFixedCapacityMutableNoddedListProducer : KoneSettableListProducer, KoneFixedCapacityMutableListProducer(source)
Represents a companion object (not in the Kotlin meaning but in common one) of fixed capacity KoneMutableNoddedList inheritor type that abstract API of this type of lists creation.
Inheritors
Functions
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.