File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/array/to-fancy/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments