diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-07 10:16:27 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-07 10:16:27 -0500 |
| commit | b9f1ea105f0092a7e89d70f5ae5509e30678d80c (patch) | |
| tree | 93a562850884a71d6a119ace6d61e64ff5902093 /docs | |
| parent | dcf5f8de978c58d7efe74f728bed8f36310239a4 (diff) | |
Remove outdated note about First Cells versus First
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/doc/select.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/select.html b/docs/doc/select.html index 213731bf..919a80c0 100644 --- a/docs/doc/select.html +++ b/docs/doc/select.html @@ -76,7 +76,7 @@ <span class='Number'>0</span> <span class='Function'>โ</span> <span class='String'>""</span> ERROR </pre> -<p>The monadic case First Cell (<code><span class='Function'>โ</span><span class='Value'>๐ฉ</span></code>) is identical to <code><span class='Number'>0</span><span class='Function'>โ</span><span class='Value'>๐ฉ</span></code>. It has the same restrictions: <code><span class='Value'>๐ฉ</span></code> must have rank 1 or more, and length 1 or more (this differs from First (<code><span class='Function'>โ</span></code>), which removes the length requirement to return a fill element).</p> +<p>The monadic case First Cell (<code><span class='Function'>โ</span><span class='Value'>๐ฉ</span></code>) is identical to <code><span class='Number'>0</span><span class='Function'>โ</span><span class='Value'>๐ฉ</span></code>. It has the same restrictions: <code><span class='Value'>๐ฉ</span></code> must have rank 1 or more, and length 1 or more.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqPICJhYmMiCgriio8gImFiYyLiiY0iZGVmIgoK4oqPIOKJjSAiYWJjIgoK4oqPICdhJw==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='String'>"abc"</span> โยท ยท'a' |
