set

inline operator fun HTMLOptionsCollection.set(index: Int, option: HTMLOptionElement?)(source)
inline operator fun DOMStringMap.set(name: String, value: String)(source)
inline operator fun HTMLSelectElement.set(index: Int, option: HTMLOptionElement?)(source)
inline operator fun Storage.set(key: String, value: String)(source)

Since Kotlin

1.1
operator fun HTMLOptionsCollection.set(index: Int, option: HTMLOptionElement?)(source)
operator fun DOMStringMap.set(name: String, value: String)(source)
operator fun HTMLSelectElement.set(index: Int, option: HTMLOptionElement?)(source)
operator fun Storage.set(key: String, value: String)(source)

Since Kotlin

1.8