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

extensions.pairExtensions.kt Maven / Gradle / Ivy

package extensions

fun Pair?.toPythonTupleString(): String = if (this == null) "None" else "(${this.first}, ${this.second}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy