aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-20 22:29:48 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-21 11:01:28 -0400
commit57b40621a807f089cbc08c51005b9f0b70377ba3 (patch)
treeff782cf63caead009a0224f0f2a48432742a9da5 /docs/doc/index.html
parentf6caae0ac5d20e87f3453b1bc01967116f48d0dd (diff)
Add most of Scan documentation
Diffstat (limited to 'docs/doc/index.html')
-rw-r--r--docs/doc/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 6d0a3dad..9e75330b 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -52,6 +52,7 @@
<li><a href="prefixes.html">Prefixes and Suffixes</a> (<code><span class='Function'>↑↓</span></code>)</li>
<li><a href="range.html">Range</a> (<code><span class='Function'>↕</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="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>
<li><a href="couple.html">Solo, Couple, and Merge</a> (<code><span class='Function'>≍&gt;</span></code>)</li>