set

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