kotlin-stdlib / kotlinx.cinterop / get get Native 1.3 operator fun <T : Byte> CPointer<ByteVarOf<T>>.get( index: Int): T(source) operator fun <T : Byte> CPointer<ByteVarOf<T>>.get( index: Long): T(source) operator fun <T : Short> CPointer<ShortVarOf<T>>.get( index: Int): T(source) operator fun <T : Short> CPointer<ShortVarOf<T>>.get( index: Long): T(source) operator fun <T : Int> CPointer<IntVarOf<T>>.get( index: Int): T(source) operator fun <T : Int> CPointer<IntVarOf<T>>.get( index: Long): T(source) operator fun <T : Long> CPointer<LongVarOf<T>>.get( index: Int): T(source) operator fun <T : Long> CPointer<LongVarOf<T>>.get( index: Long): T(source) operator fun <T : UByte> CPointer<UByteVarOf<T>>.get( index: Int): T(source) operator fun <T : UByte> CPointer<UByteVarOf<T>>.get( index: Long): T(source) operator fun <T : UShort> CPointer<UShortVarOf<T>>.get( index: Int): T(source) operator fun <T : UShort> CPointer<UShortVarOf<T>>.get( index: Long): T(source) operator fun <T : UInt> CPointer<UIntVarOf<T>>.get( index: Int): T(source) operator fun <T : UInt> CPointer<UIntVarOf<T>>.get( index: Long): T(source) operator fun <T : ULong> CPointer<ULongVarOf<T>>.get( index: Int): T(source) operator fun <T : ULong> CPointer<ULongVarOf<T>>.get( index: Long): T(source) operator fun <T : Float> CPointer<FloatVarOf<T>>.get( index: Int): T(source) operator fun <T : Float> CPointer<FloatVarOf<T>>.get( index: Long): T(source) operator fun <T : Double> CPointer<DoubleVarOf<T>>.get( index: Int): T(source) operator fun <T : Double> CPointer<DoubleVarOf<T>>.get( index: Long): T(source) operator fun <reified T : CVariable> CPointer<T>.get( index: Long): T(source) operator fun <reified T : CVariable> CPointer<T>.get( index: Int): T(source) operator fun <T : CPointer<*>> CPointer<CPointerVarOf<T>>.get( index: Int): T?(source) operator fun <T : CPointer<*>> CPointer<CPointerVarOf<T>>.get( index: Long): T?(source)