aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-05-17 18:14:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-05-17 18:19:02 -0400
commita8991f4ebda4cb7a020b799ac559fec007f0b28e (patch)
treeccb605c70e82831b4c9c41c5f1366d391d07b6aa /docs/doc/index.html
parent7a16ca3a4841e697021a0899e0570f4ada6e05ad (diff)
Documentation for Reverse and Rotate
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 c4c14b71..8912506f 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -38,6 +38,7 @@
<li><a href="match.html">Match</a> (<code><span class='Function'>≡≢</span></code>)</li>
<li><a href="order.html">Ordering functions</a> (<code><span class='Function'>∧∨⍋⍒</span></code>)</li>
<li><a href="prefixes.html">Prefixes and Suffixes</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="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>