diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-02 16:24:24 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-02 16:24:24 -0500 |
| commit | 168a106af8b2771d20a2662c1d13c16fa976a68d (patch) | |
| tree | 402024d05278e0f0d4026689d83eba477a90c719 /docs/doc/index.html | |
| parent | 36037d57b46811084d076f20e79b87894e139671 (diff) | |
Add document on Assert
Diffstat (limited to 'docs/doc/index.html')
| -rw-r--r-- | docs/doc/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html index 898d2793..52f09365 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -26,6 +26,7 @@ <p>Primitives:</p> <ul> <li><a href="depth.html">Array depth</a> (<code><span class='Function'>≡</span></code> and <code><span class='Modifier2'>⚇</span></code>)</li> +<li><a href="assert.html">Assert</a> (<code><span class='Function'>!</span></code>)</li> <li><a href="reshape.html">Deshape and Reshape</a> (<code><span class='Function'>⥊</span></code>)</li> <li><a href="group.html">Group</a> (<code><span class='Function'>⊔</span></code>)</li> <li><a href="join.html">Join and Join To</a> (<code><span class='Function'>∾</span></code>)</li> |
