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: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,13 @@ The namespace exports the following:
79
79
<divclass="namespace-toc">
80
80
81
81
- <spanclass="signature">[`contains( x, value )`][@stdlib/array/base/assert/contains]</span><spanclass="delimiter">: </span><spanclass="description">test if an array contains a provided search value.</span>
82
+
- <spanclass="signature">[`hasEqualValuesIndexed( x, y )`][@stdlib/array/base/assert/has-equal-values-indexed]</span><spanclass="delimiter">: </span><spanclass="description">test if two indexed arrays have equal values.</span>
83
+
- <spanclass="signature">[`hasEqualValues( x, y )`][@stdlib/array/base/assert/has-equal-values]</span><spanclass="delimiter">: </span><spanclass="description">test if two arrays have equal values.</span>
82
84
- <spanclass="signature">[`hasSameValues( x, y )`][@stdlib/array/base/assert/has-same-values]</span><spanclass="delimiter">: </span><spanclass="description">test if two arrays have the same values.</span>
83
85
- <spanclass="signature">[`isAccessorArray( value )`][@stdlib/array/base/assert/is-accessor-array]</span><spanclass="delimiter">: </span><spanclass="description">test if an array-like object supports the accessor (get/set) protocol.</span>
84
86
- <spanclass="signature">[`isBooleanDataType( value )`][@stdlib/array/base/assert/is-boolean-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported array boolean data type.</span>
85
87
- <spanclass="signature">[`isBooleanArray( value )`][@stdlib/array/base/assert/is-booleanarray]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a `BooleanArray`.</span>
88
+
- <spanclass="signature">[`isByteOrder( value )`][@stdlib/array/base/assert/is-byte-order]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported array byte order.</span>
86
89
- <spanclass="signature">[`isComplexFloatingPointDataType( value )`][@stdlib/array/base/assert/is-complex-floating-point-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported array complex-valued floating-point data type.</span>
87
90
- <spanclass="signature">[`isComplexTypedArray( value )`][@stdlib/array/base/assert/is-complex-typed-array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a complex typed array.</span>
88
91
- <spanclass="signature">[`isComplex128Array( value )`][@stdlib/array/base/assert/is-complex128array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a `Complex128Array`.</span>
0 commit comments