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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/fill/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ var bool = ( out === x );
72
72
73
73
- If provided an array-like object without a `fill` method, the function manually sets input array elements to a provided fill value.
74
74
75
+
- Negative start and end indices are resolved to positive indices by counting from the end of the array with `-1` corresponding to the last indexed element.
0 commit comments