You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function has the following additional parameters:
@@ -126,7 +118,7 @@ The function has the following additional parameters:
126
118
-**offsetA**: starting index for `append`.
127
119
-**offsetOut**: starting index for `out`.
128
120
129
-
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to access only the last three elements:
121
+
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, offset parameters support indexing semantics based on starting indices. For example, to access only the last three elements:
0 commit comments