addSeveral

abstract fun addSeveral(number: UInt, builder: (index: UInt) -> Element)(source)

Adds elements builder(0u), builder(1u), ..., builder(number-1u) to the collection. Each element is added iff there is no equal to it element in the collection already.