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

jsMain.js.core.JsPair.kt Maven / Gradle / Ivy

@file:Suppress(
    "NOTHING_TO_INLINE",
)

package js.core

typealias JsPair = JsTuple2

inline fun  JsPair(a: A, b: B): JsTuple2 =
    tupleOf(a, b)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy