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

jsMain.js.collections.WeakSet.kt Maven / Gradle / Ivy

package js.collections

import js.core.ReadonlyArray

external class WeakSet(
    values: ReadonlyArray? = definedExternally,
) {
    fun add(value: T): WeakSet
    fun delete(value: T): Boolean
    fun has(value: T): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy