Functions

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

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