Skip to content

Commit

Permalink
deploy: d1756b0
Browse files Browse the repository at this point in the history
  • Loading branch information
demotomohiro committed Apr 3, 2024
1 parent 4c6be92 commit 9ee5992
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 20 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-31 18:06:42 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:36 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-31 18:06:43 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:38 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-31 18:06:40 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:35 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-31 18:06:43 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:37 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-31 18:06:44 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:39 UTC</small>
</div>
</div>
</div>
Expand Down
36 changes: 33 additions & 3 deletions staticDeque.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ <h1 class="title">src/littlesugar/staticDeque</h1>
<ul class="simple nested-toc-section">len
<li><a class="reference" href="#len%2CStaticDeque" title="len(x: StaticDeque): int">len(x: StaticDeque): int</a></li>

</ul>
<ul class="simple nested-toc-section">maxLen
<li><a class="reference" href="#maxLen%2Ctypedesc%5BStaticDeque%5D" title="maxLen(T: typedesc[StaticDeque]): int">maxLen(T: typedesc[StaticDeque]): int</a></li>

</ul>
<ul class="simple nested-toc-section">popFirst
<li><a class="reference" href="#popFirst%2CStaticDeque" title="popFirst(x: var StaticDeque): x.T">popFirst(x: var StaticDeque): x.T</a></li>
Expand Down Expand Up @@ -109,7 +113,11 @@ <h1 class="title">src/littlesugar/staticDeque</h1>
<details open>
<summary><a class="reference reference-toplevel" href="#18" id="68">Templates</a></summary>
<ul class="simple simple-toc-section">
<ul class="simple nested-toc-section">minimumSizeUint
<ul class="simple nested-toc-section">maxLen
<li><a class="reference" href="#maxLen.t%2CStaticDeque" title="maxLen(x: StaticDeque): int">maxLen(x: StaticDeque): int</a></li>

</ul>
<ul class="simple nested-toc-section">minimumSizeUint
<li><a class="reference" href="#minimumSizeUint.t%2Cstaticrange%5B%5D" title="minimumSizeUint(N: static range[1 .. MaxBitSize]): untyped">minimumSizeUint(N: static range[1 .. MaxBitSize]): untyped</a></li>

</ul>
Expand Down Expand Up @@ -219,6 +227,17 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>



</dd>
</div>

</div>
<div id="maxLen-procs-all">
<div id="maxLen,typedesc[StaticDeque]">
<dt><pre><span class="Keyword">func</span> <a href="#maxLen%2Ctypedesc%5BStaticDeque%5D"><span class="Identifier">maxLen</span></a><span class="Other">(</span><span class="Identifier">T</span><span class="Other">:</span> <span class="Identifier">typedesc</span><span class="Other">[</span><a href="staticDeque.html#StaticDeque"><span class="Identifier">StaticDeque</span></a><span class="Other">]</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">int</span> {.<span class="Identifier">compileTime</span>.}</pre></dt>
<dd>



</dd>
</div>

Expand Down Expand Up @@ -268,7 +287,18 @@ <h1><a class="toc-backref" href="#15">Iterators</a></h1>
<div class="section" id="18">
<h1><a class="toc-backref" href="#18">Templates</a></h1>
<dl class="item">
<div id="minimumSizeUint-templates-all">
<div id="maxLen-templates-all">
<div id="maxLen.t,StaticDeque">
<dt><pre><span class="Keyword">template</span> <a href="#maxLen.t%2CStaticDeque"><span class="Identifier">maxLen</span></a><span class="Other">(</span><span class="Identifier">x</span><span class="Other">:</span> <a href="staticDeque.html#StaticDeque"><span class="Identifier">StaticDeque</span></a><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">int</span></pre></dt>
<dd>



</dd>
</div>

</div>
<div id="minimumSizeUint-templates-all">
<div id="minimumSizeUint.t,staticrange[]">
<dt><pre><span class="Keyword">template</span> <a href="#minimumSizeUint.t%2Cstaticrange%5B%5D"><span class="Identifier">minimumSizeUint</span></a><span class="Other">(</span><span class="Identifier">N</span><span class="Other">:</span> <span class="Identifier">static</span> <span class="Identifier">range</span><span class="Other">[</span><span class="DecNumber">1</span> <span class="Operator">..</span> <span class="Identifier">MaxBitSize</span><span class="Other">]</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">untyped</span></pre></dt>
<dd>
Expand All @@ -289,7 +319,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-31 18:06:45 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:40 UTC</small>
</div>
</div>
</div>
Expand Down
20 changes: 11 additions & 9 deletions staticDeque.idx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ nimTitle staticDeque staticDeque.html module src/littlesugar/staticDeque 0
nim minimumSizeUint staticDeque.html#minimumSizeUint.t,staticrange[] template minimumSizeUint(N: static range[1 .. MaxBitSize]): untyped 2
nim StaticDeque staticDeque.html#StaticDeque object StaticDeque 23
nim high staticDeque.html#high,StaticDeque proc high(x: StaticDeque): int 31
nim len staticDeque.html#len,StaticDeque proc len(x: StaticDeque): int 34
nim isFull staticDeque.html#isFull,StaticDeque proc isFull(x: StaticDeque): bool 37
nim addLast staticDeque.html#addLast,StaticDeque,sink proc addLast(x: var StaticDeque; item: sink x.T) 43
nim popFirst staticDeque.html#popFirst,StaticDeque proc popFirst(x: var StaticDeque): x.T 48
nim `[]` staticDeque.html#[],StaticDeque,Natural proc `[]`(x: StaticDeque; i: Natural): lent x.T 63
nim `[]` staticDeque.html#[],StaticDeque,Natural_2 proc `[]`(x: var StaticDeque; i: Natural): var x.T 78
nim items staticDeque.html#items.i,StaticDeque iterator items(x: StaticDeque): x.T 90
nim mitems staticDeque.html#mitems.i,StaticDeque iterator mitems(x: var StaticDeque): var x.T 96
nimgrp [] staticDeque.html#[]-procs-all proc 63
nim maxLen staticDeque.html#maxLen,typedesc[StaticDeque] proc maxLen(T: typedesc[StaticDeque]): int 34
nim maxLen staticDeque.html#maxLen.t,StaticDeque template maxLen(x: StaticDeque): int 37
nim len staticDeque.html#len,StaticDeque proc len(x: StaticDeque): int 40
nim isFull staticDeque.html#isFull,StaticDeque proc isFull(x: StaticDeque): bool 43
nim addLast staticDeque.html#addLast,StaticDeque,sink proc addLast(x: var StaticDeque; item: sink x.T) 49
nim popFirst staticDeque.html#popFirst,StaticDeque proc popFirst(x: var StaticDeque): x.T 54
nim `[]` staticDeque.html#[],StaticDeque,Natural proc `[]`(x: StaticDeque; i: Natural): lent x.T 69
nim `[]` staticDeque.html#[],StaticDeque,Natural_2 proc `[]`(x: var StaticDeque; i: Natural): var x.T 84
nim items staticDeque.html#items.i,StaticDeque iterator items(x: StaticDeque): x.T 96
nim mitems staticDeque.html#mitems.i,StaticDeque iterator mitems(x: var StaticDeque): var x.T 102
nimgrp [] staticDeque.html#[]-procs-all proc 69
2 changes: 1 addition & 1 deletion staticSeq.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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-31 18:06:46 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:40 UTC</small>
</div>
</div>
</div>
Expand Down
8 changes: 7 additions & 1 deletion theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ <h1 class="title">Index</h1>
<li><a class="reference external"
data-doc-search-tag="staticSeq: proc len(x: StaticSeq): int" href="staticSeq.html#len%2CStaticSeq">staticSeq: proc len(x: StaticSeq): int</a></li>
</ul></dd>
<dt><a name="maxLen" href="#maxLen"><span>maxLen:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="staticDeque: proc maxLen(T: typedesc[StaticDeque]): int" href="staticDeque.html#maxLen%2Ctypedesc%5BStaticDeque%5D">staticDeque: proc maxLen(T: typedesc[StaticDeque]): int</a></li>
<li><a class="reference external"
data-doc-search-tag="staticDeque: template maxLen(x: StaticDeque): int" href="staticDeque.html#maxLen.t%2CStaticDeque">staticDeque: template maxLen(x: StaticDeque): int</a></li>
</ul></dd>
<dt><a name="minimumSizeInt" href="#minimumSizeInt"><span>minimumSizeInt:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="staticSeq: template minimumSizeInt(N: static range[1 .. int.high]): untyped" href="staticSeq.html#minimumSizeInt.t%2Cstaticrange%5B%5D">staticSeq: template minimumSizeInt(N: static range[1 .. int.high]): untyped</a></li>
Expand Down Expand Up @@ -164,7 +170,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-31 18:06:46 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:40 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-31 18:06:41 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-04-03 22:57:35 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 9ee5992

Please sign in to comment.