set

JS
1.1
operator fun SVGNameList.set(index: Int, newItem: dynamic)
operator fun SVGNumberList.set(
    index: Int,
    newItem: SVGNumber)
operator fun SVGLengthList.set(
    index: Int,
    newItem: SVGLength)
operator fun SVGStringList.set(index: Int, newItem: String)
operator fun SVGTransformList.set(
    index: Int,
    newItem: SVGTransform)
operator fun SVGPointList.set(index: Int, newItem: DOMPoint)