ReadonlySetLike

external interface ReadonlySetLike<out T>(source)

Inheritors

Properties

Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract fun has(key: @UnsafeVariance T): Boolean
Link copied to clipboard
abstract fun keys(): JsIterator<T>