We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7979 commit c2ec1c9Copy full SHA for c2ec1c9
lib/node_modules/@stdlib/ndarray/with/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@stdlib/ndarray/with",
3
"version": "0.0.0",
4
- "description": "Returns an ndarray with element at specified indices replaced by a provided value",
+ "description": "Returns a new ndarray with the element at a specified index replaced by a provided value.",
5
"license": "Apache-2.0",
6
"author": {
7
"name": "The Stdlib Authors",
@@ -58,6 +58,7 @@
58
"ndarray",
59
"set",
60
"with",
61
- "replace"
+ "replace",
62
+ "copy"
63
]
64
}
0 commit comments