get

inline operator fun KList.get(index: UInt): VoidPointer?
inline operator fun SList.get(index: UInt): VoidPointer?

Get value associated with the index

Return

null if index is out of bounds


inline operator fun VariantDictionary.get(key: String): Variant?