Skip to content

Commit 9149295

Browse files
committed
docs: add support for integer, mask, and boolean arrays
1 parent b8827b4 commit 9149295

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/to-fancy/docs

lib/node_modules/@stdlib/array/to-fancy/docs/repl.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
configuration as specified by provided options.
1515

1616
A fancy array supports indexing using positive and negative integers (both
17-
numeric literals and strings), Slice instances, and subsequence expressions.
17+
numeric literals and strings), Slice instances, subsequence expressions,
18+
mask arrays, boolean arrays, and integer arrays.
1819

1920
A fancy array supports all properties and methods of the input array, and,
2021
thus, a fancy array can be consumed by any API which supports array-like
@@ -77,6 +78,8 @@
7778
If an array index is not associated with a provided identifier, the
7879
'get' method should return `null`.
7980

81+
Default: `{{alias:@stdlib/array/index}}`.
82+
8083
Returns
8184
-------
8285
out: Array|TypedArray|Object
@@ -118,6 +121,8 @@
118121
If an array index is not associated with a provided identifier, the
119122
'get' method should return `null`.
120123

124+
Default: `{{alias:@stdlib/array/index}}`.
125+
121126
Returns
122127
-------
123128
fcn: Function

0 commit comments

Comments
 (0)