From 5bcb35dc0b65a303a46d77cc9e35308cb6ebb1fa Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 7 Apr 2024 10:25:33 +0000 Subject: [PATCH] Auto-generated commit --- base/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/base/README.md b/base/README.md index da011a6e..995910b2 100644 --- a/base/README.md +++ b/base/README.md @@ -202,7 +202,6 @@ The namespace exports the following: - [`unary5d( arrays, shape, fcn )`][@stdlib/array/base/unary5d]: apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array. - [`unarynd( arrays, shape, fcn )`][@stdlib/array/base/unarynd]: apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array. - [`unitspace( start, stop )`][@stdlib/array/base/unitspace]: generate a linearly spaced numeric array whose elements increment by 1. -- [`arrayWith( x, index, value )`][@stdlib/array/base/with]: return a new array with the element at the specified index replaced with a provided value. - [`zeroTo( n )`][@stdlib/array/base/zero-to]: generate a linearly spaced numeric array whose elements increment by 1 starting from zero. - [`zeros( len )`][@stdlib/array/base/zeros]: create a zero-filled "generic" array. - [`zeros2d( shape )`][@stdlib/array/base/zeros2d]: create a zero-filled two-dimensional nested array. @@ -566,8 +565,6 @@ console.log( objectKeys( ns ) ); [@stdlib/array/base/unitspace]: https://github.com/stdlib-js/array/tree/main/base/unitspace -[@stdlib/array/base/with]: https://github.com/stdlib-js/array/tree/main/base/with - [@stdlib/array/base/zero-to]: https://github.com/stdlib-js/array/tree/main/base/zero-to [@stdlib/array/base/zeros]: https://github.com/stdlib-js/array/tree/main/base/zeros