diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-14 21:10:09 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-14 21:10:09 -0400 |
| commit | f113d9f57bdae219c87887c5e0781a5c824dc8e4 (patch) | |
| tree | f51c1a7b220d8e144d15f79307aaddb4e0c43896 /docs/doc/index.html | |
| parent | c64b7fc606f3a78f6893298d33f272c7323200ab (diff) | |
Document search functions on lists
Diffstat (limited to 'docs/doc/index.html')
| -rw-r--r-- | docs/doc/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html index e32dd8f8..c1eaf56b 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -55,6 +55,7 @@ <li><a href="repeat.html">Repeat</a> (<code><span class='Modifier2'>⍟</span></code>)</li> <li><a href="reverse.html">Reverse and Rotate</a> (<code><span class='Function'>⌽</span></code>)</li> <li><a href="scan.html">Scan</a> (<code><span class='Modifier'>`</span></code>)</li> +<li><a href="search.html">Search functions</a> (<code><span class='Function'>⊐⊒∊</span></code>)</li> <li><a href="select.html">Select</a> (<code><span class='Function'>⊏</span></code>)</li> <li><a href="selfcmp.html">Self-comparison functions</a> (<code><span class='Function'>⊐⊒∊⍷</span></code>)</li> <li><a href="shift.html">Shift functions</a> (<code><span class='Function'>»«</span></code>)</li> |
