app.softwork.kobol.build.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of util Show documentation
Show all versions of util Show documentation
A Cobol to Kotlin converter
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