Skip to content

Commit

Permalink
deploy: 9c00a98
Browse files Browse the repository at this point in the history
  • Loading branch information
demotomohiro committed Mar 5, 2024
1 parent 7aae02c commit 949e4a8
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bitwiseCopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:07 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:03 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion expandFirst.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:09 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:05 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion namedWhile.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1><a class="toc-backref" href="#17">Macros</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:06 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:01 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion replaceNimNodeTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:08 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:04 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion setLambda.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1><a class="toc-backref" href="#17">Macros</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:05 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion staticDeque.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:06 UTC</small>
</div>
</div>
</div>
Expand Down
21 changes: 18 additions & 3 deletions staticSeq.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ <h1 class="title">src/littlesugar/staticSeq</h1>
<details open>
<summary><a class="reference reference-toplevel" href="#12" id="62">Procs</a></summary>
<ul class="simple simple-toc-section">
<ul class="simple nested-toc-section">[]
<ul class="simple nested-toc-section">==
<li><a class="reference" href="#%3D%3D%2CStaticSeq%2Carray%5BN%2C%5D" title="`==`[N: static int](x: StaticSeq; y: array[N, x.T]): bool">`==`[N: static int](x: StaticSeq; y: array[N, x.T]): bool</a></li>

</ul>
<ul class="simple nested-toc-section">[]
<li><a class="reference" href="#%5B%5D%2CStaticSeq%2CNatural" title="`[]`(x: StaticSeq; i: Natural): lent x.T">`[]`(x: StaticSeq; i: Natural): lent x.T</a></li>
<li><a class="reference" href="#%5B%5D%2CStaticSeq%2CNatural_2" title="`[]`(x: var StaticSeq; i: Natural): var x.T">`[]`(x: var StaticSeq; i: Natural): var x.T</a></li>

Expand Down Expand Up @@ -152,7 +156,18 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
<div class="section" id="12">
<h1><a class="toc-backref" href="#12">Procs</a></h1>
<dl class="item">
<div id="[]-procs-all">
<div id="==-procs-all">
<div id="==,StaticSeq,array[N,]">
<dt><pre><span class="Keyword">func</span> <a href="#%3D%3D%2CStaticSeq%2Carray%5BN%2C%5D"><span class="Identifier">`==`</span></a><span class="Other">[</span><span class="Identifier">N</span><span class="Other">:</span> <span class="Identifier">static</span> <span class="Identifier">int</span><span class="Other">]</span><span class="Other">(</span><span class="Identifier">x</span><span class="Other">:</span> <a href="staticSeq.html#StaticSeq"><span class="Identifier">StaticSeq</span></a><span class="Other">;</span> <span class="Identifier">y</span><span class="Other">:</span> <span class="Identifier">array</span><span class="Other">[</span><span class="Identifier">N</span><span class="Other">,</span> <span class="Identifier">x</span><span class="Other">.</span><span class="Identifier">T</span><span class="Other">]</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">bool</span></pre></dt>
<dd>



</dd>
</div>

</div>
<div id="[]-procs-all">
<div id="[],StaticSeq,Natural">
<dt><pre><span class="Keyword">func</span> <a href="#%5B%5D%2CStaticSeq%2CNatural"><span class="Identifier">`[]`</span></a><span class="Other">(</span><span class="Identifier">x</span><span class="Other">:</span> <a href="staticSeq.html#StaticSeq"><span class="Identifier">StaticSeq</span></a><span class="Other">;</span> <span class="Identifier">i</span><span class="Other">:</span> <span class="Identifier">Natural</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">lent</span> <span class="Identifier">x</span><span class="Other">.</span><span class="Identifier">T</span> {.<span class="Identifier">inline</span>.}</pre></dt>
<dd>
Expand Down Expand Up @@ -303,7 +318,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:07 UTC</small>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions staticSeq.idx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ nim `{}=` staticSeq.html#{}=,StaticSeq,Natural,sink proc `{}=`(x: var StaticSeq;
nim items staticSeq.html#items.i,StaticSeq iterator items(x: StaticSeq): lent x.T 70
nim mitems staticSeq.html#mitems.i,StaticSeq iterator mitems(x: var StaticSeq): var x.T 74
nim clear staticSeq.html#clear,StaticSeq proc clear(x: var StaticSeq) 78
nim `==` staticSeq.html#==,StaticSeq,array[N,] proc `==`[N: static int](x: StaticSeq; y: array[N, x.T]): bool 83
nimgrp [] staticSeq.html#[]-procs-all proc 41
8 changes: 6 additions & 2 deletions theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
<div class="container">
<h1 class="title">Index</h1>
Modules: <a href="bitwiseCopy.html">bitwiseCopy</a>, <a href="expandFirst.html">expandFirst</a>, <a href="namedWhile.html">namedWhile</a>, <a href="replaceNimNodeTree.html">replaceNimNodeTree</a>, <a href="setLambda.html">setLambda</a>, <a href="staticDeque.html">staticDeque</a>, <a href="staticSeq.html">staticSeq</a>, <a href="withAliases.html">withAliases</a>.<br/><p /><h2>API symbols</h2>
<dl><dt><a name="%60%5B%5D%3D%60" href="#%60%5B%5D%3D%60"><span>`[]=`:</span></a></dt><dd><ul class="simple">
<dl><dt><a name="%60%3D%3D%60" href="#%60%3D%3D%60"><span>`==`:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="staticSeq: proc `==`[N: static int](x: StaticSeq; y: array[N, x.T]): bool" href="staticSeq.html#%3D%3D%2CStaticSeq%2Carray%5BN%2C%5D">staticSeq: proc `==`[N: static int](x: StaticSeq; y: array[N, x.T]): bool</a></li>
</ul></dd>
<dt><a name="%60%5B%5D%3D%60" href="#%60%5B%5D%3D%60"><span>`[]=`:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="staticSeq: proc `[]=`(x: var StaticSeq; i: Natural; val: sink x.T)" href="staticSeq.html#%5B%5D%3D%2CStaticSeq%2CNatural%2Csink">staticSeq: proc `[]=`(x: var StaticSeq; i: Natural; val: sink x.T)</a></li>
</ul></dd>
Expand Down Expand Up @@ -146,7 +150,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:07 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion withAliases.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-04 10:55:07 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-05 23:20:02 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 949e4a8

Please sign in to comment.