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/groupindices_group.html | |
| parent | c9bc3e80280fd8a38f6297de80196dcbff9c28d9 (diff) | |
Github doesn't remove Unicode letters from header slugs apparently
Diffstat (limited to 'docs/help/groupindices_group.html')
| -rw-r--r-- | docs/help/groupindices_group.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/groupindices_group.html b/docs/help/groupindices_group.html index 55be5ee1..9c0742c1 100644 --- a/docs/help/groupindices_group.html +++ b/docs/help/groupindices_group.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="square-cup-"><a class="header" href="#square-cup-">Square Cup (<code><span class='Function'>⊔</span></code>)</a></h1> -<h2 id="--group-indices"><a class="header" href="#--group-indices"><code><span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group Indices</a></h2> +<h2 id="-𝕩-group-indices"><a class="header" href="#-𝕩-group-indices"><code><span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group Indices</a></h2> <p>Group the indices of the major cells of <code><span class='Value'>𝕩</span></code> by their respective values.</p> <p><code><span class='Value'>𝕩</span></code> must consist of integers. Groups start from 0.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAg4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzUKCiAgICjihpU4KSDiiY0g4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzU=">↗️</a><pre> <span class='Function'>⊔</span> <span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>7</span><span class='Ligature'>‿</span><span class='Number'>5</span> @@ -17,7 +17,7 @@ ⟨⟩ ⟨⟩ ⟨⟩ ⟨⟩ ⟨ 0 4 ⟩ ⟨ 1 6 ⟩ ⟨ 2 3 ⟩ ⟨ 5 ⟩ ┘ </pre> -<h2 id="---group"><a class="header" href="#---group"><code><span class='Value'>𝕨</span> <span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group</a></h2> +<h2 id="𝕨--𝕩-group"><a class="header" href="#𝕨--𝕩-group"><code><span class='Value'>𝕨</span> <span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group</a></h2> <p>Group the major cells of <code><span class='Value'>𝕩</span></code> by their respective indices in <code><span class='Value'>𝕨</span></code>.</p> <p>If an element corresponds to <code><span class='Number'>¯1</span></code>, it is excluded from grouping.</p> <p>An extra element can be added to the end of <code><span class='Value'>𝕨</span></code> to specify length of the result.</p> |
