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 f029976 commit 103b9e9Copy full SHA for 103b9e9
doc/specs/stdlib_selection.md
@@ -217,7 +217,8 @@ where we need to search.
217
218
`arg_select` does not modify `a`, unlike `select`.
219
220
-While it is essential that that `indx` contains the integers 1:size(a), the code does not check for this.
+While it is essential that that `indx` contains the integers 1:size(a) (in any
221
+order), the code does not check for this.
222
223
Selection of a single value should have runtime of O(`size(a)`), so it is asymptotically faster
224
than sorting `a` entirely.
0 commit comments