get

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