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

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

@file:Suppress(
    "NOTHING_TO_INLINE",
)

package js.core

inline fun  Array.push(
    item: T,
) {
    asDynamic().push(item)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy