@@ -1742,13 +1742,6 @@ interface Int8Array {
1742
1742
*/
1743
1743
reverse ( ) : Int8Array ;
1744
1744
1745
- /**
1746
- * Sets a value or an array of values.
1747
- * @param index The index of the location to set.
1748
- * @param value The value to set.
1749
- */
1750
- set ( index : number , value : number ) : void ;
1751
-
1752
1745
/**
1753
1746
* Sets a value or an array of values.
1754
1747
* @param array A typed or untyped array of values to set.
@@ -2033,13 +2026,6 @@ interface Uint8Array {
2033
2026
*/
2034
2027
reverse ( ) : Uint8Array ;
2035
2028
2036
- /**
2037
- * Sets a value or an array of values.
2038
- * @param index The index of the location to set.
2039
- * @param value The value to set.
2040
- */
2041
- set ( index : number , value : number ) : void ;
2042
-
2043
2029
/**
2044
2030
* Sets a value or an array of values.
2045
2031
* @param array A typed or untyped array of values to set.
@@ -2325,13 +2311,6 @@ interface Uint8ClampedArray {
2325
2311
*/
2326
2312
reverse ( ) : Uint8ClampedArray ;
2327
2313
2328
- /**
2329
- * Sets a value or an array of values.
2330
- * @param index The index of the location to set.
2331
- * @param value The value to set.
2332
- */
2333
- set ( index : number , value : number ) : void ;
2334
-
2335
2314
/**
2336
2315
* Sets a value or an array of values.
2337
2316
* @param array A typed or untyped array of values to set.
@@ -2616,13 +2595,6 @@ interface Int16Array {
2616
2595
*/
2617
2596
reverse ( ) : Int16Array ;
2618
2597
2619
- /**
2620
- * Sets a value or an array of values.
2621
- * @param index The index of the location to set.
2622
- * @param value The value to set.
2623
- */
2624
- set ( index : number , value : number ) : void ;
2625
-
2626
2598
/**
2627
2599
* Sets a value or an array of values.
2628
2600
* @param array A typed or untyped array of values to set.
@@ -2908,13 +2880,6 @@ interface Uint16Array {
2908
2880
*/
2909
2881
reverse ( ) : Uint16Array ;
2910
2882
2911
- /**
2912
- * Sets a value or an array of values.
2913
- * @param index The index of the location to set.
2914
- * @param value The value to set.
2915
- */
2916
- set ( index : number , value : number ) : void ;
2917
-
2918
2883
/**
2919
2884
* Sets a value or an array of values.
2920
2885
* @param array A typed or untyped array of values to set.
@@ -3199,13 +3164,6 @@ interface Int32Array {
3199
3164
*/
3200
3165
reverse ( ) : Int32Array ;
3201
3166
3202
- /**
3203
- * Sets a value or an array of values.
3204
- * @param index The index of the location to set.
3205
- * @param value The value to set.
3206
- */
3207
- set ( index : number , value : number ) : void ;
3208
-
3209
3167
/**
3210
3168
* Sets a value or an array of values.
3211
3169
* @param array A typed or untyped array of values to set.
@@ -3490,13 +3448,6 @@ interface Uint32Array {
3490
3448
*/
3491
3449
reverse ( ) : Uint32Array ;
3492
3450
3493
- /**
3494
- * Sets a value or an array of values.
3495
- * @param index The index of the location to set.
3496
- * @param value The value to set.
3497
- */
3498
- set ( index : number , value : number ) : void ;
3499
-
3500
3451
/**
3501
3452
* Sets a value or an array of values.
3502
3453
* @param array A typed or untyped array of values to set.
@@ -3781,13 +3732,6 @@ interface Float32Array {
3781
3732
*/
3782
3733
reverse ( ) : Float32Array ;
3783
3734
3784
- /**
3785
- * Sets a value or an array of values.
3786
- * @param index The index of the location to set.
3787
- * @param value The value to set.
3788
- */
3789
- set ( index : number , value : number ) : void ;
3790
-
3791
3735
/**
3792
3736
* Sets a value or an array of values.
3793
3737
* @param array A typed or untyped array of values to set.
@@ -4073,13 +4017,6 @@ interface Float64Array {
4073
4017
*/
4074
4018
reverse ( ) : Float64Array ;
4075
4019
4076
- /**
4077
- * Sets a value or an array of values.
4078
- * @param index The index of the location to set.
4079
- * @param value The value to set.
4080
- */
4081
- set ( index : number , value : number ) : void ;
4082
-
4083
4020
/**
4084
4021
* Sets a value or an array of values.
4085
4022
* @param array A typed or untyped array of values to set.
0 commit comments