get

JS
1.1
operator fun Int8Array . get ( index : Int ) : Byte
(source)
operator fun Uint8Array . get ( index : Int ) : Byte
(source)
operator fun Uint8ClampedArray . get ( index : Int ) : Byte
(source)
operator fun Int16Array . get ( index : Int ) : Short
(source)
operator fun Uint16Array . get ( index : Int ) : Short
(source)
operator fun Int32Array . get ( index : Int ) : Int
(source)
operator fun Uint32Array . get ( index : Int ) : Int
(source)
operator fun Float32Array . get ( index : Int ) : Float
(source)
operator fun Float64Array . get ( index : Int ) : Double
(source)