get

inline operator fun SVGNameList.get(index: Int): dynamic(source)
inline operator fun SVGNumberList.get(index: Int): SVGNumber?(source)
inline operator fun SVGLengthList.get(index: Int): SVGLength?(source)
inline operator fun SVGStringList.get(index: Int): String?(source)
inline operator fun SVGTransformList.get(index: Int): SVGTransform?(source)
inline operator fun SVGPointList.get(index: Int): DOMPoint?(source)

Since Kotlin

1.1
operator fun SVGNameList.get(index: Int): JsAny?(source)
operator fun SVGNumberList.get(index: Int): SVGNumber?(source)
operator fun SVGLengthList.get(index: Int): SVGLength?(source)
operator fun SVGStringList.get(index: Int): String?(source)
operator fun SVGTransformList.get(index: Int): SVGTransform?(source)
operator fun SVGPointList.get(index: Int): DOMPoint?(source)

Since Kotlin

1.8