diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 18:12:13 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 18:13:16 -0500 |
| commit | 3b6599b12470fe9b1321111d31c34685ffd5db52 (patch) | |
| tree | c2b5aa59341dbfec7868911ff6bf505716ec85a9 /docs/help/suffixes_drop.html | |
| parent | c9bc3e80280fd8a38f6297de80196dcbff9c28d9 (diff) | |
Github doesn't remove Unicode letters from header slugs apparently
Diffstat (limited to 'docs/help/suffixes_drop.html')
| -rw-r--r-- | docs/help/suffixes_drop.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/suffixes_drop.html b/docs/help/suffixes_drop.html index 89b3c1c7..4cb1a36c 100644 --- a/docs/help/suffixes_drop.html +++ b/docs/help/suffixes_drop.html @@ -5,7 +5,7 @@ </head> <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="down-arrow-"><a class="header" href="#down-arrow-">Down Arrow (<code><span class='Function'>↓</span></code>)</a></h1> -<h2 id="--suffixes"><a class="header" href="#--suffixes"><code><span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Suffixes</a></h2> +<h2 id="-𝕩-suffixes"><a class="header" href="#-𝕩-suffixes"><code><span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Suffixes</a></h2> <p>Suffixes of array <code><span class='Value'>𝕩</span></code> along its first axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAg4oaTIDHigL8y4oC/M+KAvzQKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICDihpMgYQ==">↗️</a><pre> <span class='Function'>↓</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span> ⟨ ⟨ 1 2 3 4 ⟩ ⟨ 2 3 4 ⟩ ⟨ 3 4 ⟩ ⟨ 4 ⟩ ⟨⟩ ⟩ @@ -21,7 +21,7 @@ ┘ ┘ </pre> -<h2 id="---drop"><a class="header" href="#---drop"><code><span class='Value'>𝕨</span> <span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Drop</a></h2> +<h2 id="𝕨--𝕩-drop"><a class="header" href="#𝕨--𝕩-drop"><code><span class='Value'>𝕨</span> <span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Drop</a></h2> <p>For each integer in <code><span class='Value'>𝕨</span></code>, drop that many elements from the beginning of each dimension of <code><span class='Value'>𝕩</span></code>.</p> <p>Negative numbers drop from the end.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgMyDihpMgMeKAvzPigL814oC/NjcKCiAgIGIg4oaQIDTigL80IOKliiDihpUxNgoKICAgM+KAvzMg4oaTIGIKCiAgIDXigL81IOKGkyBiCgoKICAgM+KAv8KvMyDihpMgYg==">↗️</a><pre> <span class='Number'>3</span> <span class='Function'>↓</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>67</span> |
