All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app.softwork.kobol.build.kt Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
package app.softwork.kobol

context(MutableList)
public operator fun  T.unaryPlus(): Boolean = add(this)

context(MutableList)
public operator fun  List.unaryPlus(): Boolean = addAll(this)

public inline fun  build(builder: MutableList.() -> Unit): MutableList = buildList(builder).toMutableList()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy