aboutsummaryrefslogtreecommitdiff
path: root/docs/help/range_windows.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/range_windows.html')
-rw-r--r--docs/help/range_windows.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/range_windows.html b/docs/help/range_windows.html
index b284e54c..5bf4e45c 100644
--- a/docs/help/range_windows.html
+++ b/docs/help/range_windows.html
@@ -6,6 +6,7 @@
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<h1 id="up-down-arrow-"><a class="header" href="#up-down-arrow-">Up Down Arrow (<code><span class='Function'>↕</span></code>)</a></h1>
<h2 id="-𝕩-range"><a class="header" href="#-𝕩-range"><code><span class='Function'>↕</span> <span class='Value'>𝕩</span></code>: Range</a></h2>
+<p><a class="fulldoc" href="../doc/range.html">→full documentation</a></p>
<p>Return all indices that would index into an array of shape <code><span class='Value'>𝕩</span></code>.</p>
<p>When given a single number, range from <code><span class='Number'>0</span></code> to <code><span class='Value'>𝕩</span><span class='Function'>-</span><span class='Number'>1</span></code>.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oaVIDQKCuKGlSA04oC/NQ==">↗️</a><pre> <span class='Function'>↕</span> <span class='Number'>4</span>
@@ -20,6 +21,7 @@
</pre>
<h2 id="𝕨--𝕩-windows"><a class="header" href="#𝕨--𝕩-windows"><code><span class='Value'>𝕨</span> <span class='Function'>↕</span> <span class='Value'>𝕩</span></code>: Windows</a></h2>
+<p><a class="fulldoc" href="../doc/windows.html">→full documentation</a></p>
<p>Overlapping slices from <code><span class='Value'>𝕩</span></code> of shape <code><span class='Value'>𝕨</span></code>.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSDihpUgImFiY2RlZmciCgphIOKGkCAz4oC/M+KliuKGlTkKCjLigL8yIOKGlSBh">↗️</a><pre> <span class='Number'>5</span> <span class='Function'>↕</span> <span class='String'>&quot;abcdefg&quot;</span>
┌─