Skip to content

Commit

Permalink
Update marmos-docfx-demo due to new marmos release
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyChatha committed Aug 12, 2024
1 parent a323ec6 commit aac6135
Show file tree
Hide file tree
Showing 1,046 changed files with 3,789 additions and 2,855 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../">


<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/docs/getting-started.md/#L1">
<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/docs/getting-started.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -91,7 +91,7 @@ <h1 id="getting-started">Getting Started</h1>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/docs/getting-started.md/#L1" class="edit-link">Edit this page</a>
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/docs/getting-started.md/#L1" class="edit-link">Edit this page</a>
</div>

<div class="next-article d-print-none border-top" id="nextArticle"></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="../">


<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/docs/introduction.md/#L1">
<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/docs/introduction.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -91,7 +91,7 @@ <h1 id="introduction">Introduction</h1>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/docs/introduction.md/#L1" class="edit-link">Edit this page</a>
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/docs/introduction.md/#L1" class="edit-link">Edit this page</a>
</div>

<div class="next-article d-print-none border-top" id="nextArticle"></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="docfx:rel" content="">


<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/index.md/#L1">
<meta name="docfx:docurl" content="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/index.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h1 id="overview">Overview</h1>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.2.1/src/index.md/#L1" class="edit-link">Edit this page</a>
<a href="https://github.com/juptune/marmos-docfx-demo/blob/v0.3.0/src/index.md/#L1" class="edit-link">Edit this page</a>
</div>

<div class="next-article d-print-none border-top" id="nextArticle"></div>
Expand Down
2,079 changes: 1,047 additions & 1,032 deletions docs/index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - calculateAllocationOffsets</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.ds.block.MemoryBlockPool</dd></dl><dl><dt>Parent</dt><dd>MemoryBlockPool</dd></dl>
</div><h2 class='section api'>calculateAllocationOffsets(powerOfTwo, blockCount) </h2>
<pre><code class='lang-d'>static AllocationOffsets calculateAllocationOffsets(
<pre><code class='lang-d'>AllocationOffsets calculateAllocationOffsets(
size_t powerOfTwo,
size_t blockCount
) @safe pure</code></pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1 class='section'>Struct - MemoryBlockPool</h1><div class="facts text-secondar
//
ref Bucket* bucketByPower( size_t power ) @safe return
//
static AllocationOffsets calculateAllocationOffsets(
AllocationOffsets calculateAllocationOffsets(
size_t powerOfTwo,
size_t blockCount
) @safe pure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - get</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.ds.hashmap.RobinHoodHashMapBase</dd></dl><dl><dt>Parent</dt><dd>RobinHoodHashMapBase</dd></dl>
</div><h2 class='section api'>get(key, default_) </h2>
<pre><code class='lang-d'>ValueT get( KeyT key, ValueT default_ ) </code></pre>
<pre><code class='lang-d'>ValueT get( KeyT key, ValueT default_ = ValueT.init ) </code></pre>
</article>

<div class="contribution d-print-none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - remove</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.ds.hashmap.RobinHoodHashMapBase</dd></dl><dl><dt>Parent</dt><dd>RobinHoodHashMapBase</dd></dl>
</div><h2 class='section api'>remove(key, default_) </h2>
<pre><code class='lang-d'>ValueT remove( KeyT key, ValueT default_ ) </code></pre>
<pre><code class='lang-d'>ValueT remove( KeyT key, ValueT default_ = ValueT.init ) </code></pre>
</article>

<div class="contribution d-print-none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class='section'>Struct - RobinHoodHashMapBase</h1><div class="facts text-sec
//
auto byKeyValue()
//
ValueT get( KeyT key, ValueT default_ )
ValueT get( KeyT key, ValueT default_ = ValueT.init )
//
uint getHash( alias Hasher )( KeyT key )
//
Expand All @@ -125,7 +125,7 @@ <h1 class='section'>Struct - RobinHoodHashMapBase</h1><div class="facts text-sec
//
void put( VT : ValueT )( KeyT key, VT value )
//
ValueT remove( KeyT key, ValueT default_ )
ValueT remove( KeyT key, ValueT default_ = ValueT.init )
//
ValueT tryGet( KeyT key, out bool wasFound )
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - create</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.ds.string2.String2.Payload</dd></dl><dl><dt>Parent</dt><dd>Payload</dd></dl>
</div><h2 class='section api'>create(length) </h2>
<pre><code class='lang-d'>static Payload* create( size_t length ) @nogc @trusted nothrow</code></pre>
<pre><code class='lang-d'>Payload* create( size_t length ) @nogc @trusted nothrow</code></pre>
</article>

<div class="contribution d-print-none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - access</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.ds.string2.String2</dd></dl><dl><dt>Parent</dt><dd>String2</dd></dl>
</div><h2 class='section api'>access(accessor) </h2>
<pre><code class='lang-d'>auto access( RetT )( scope &lt;bug: unknown&gt; accessor ) @trusted</code></pre><p>A safer-ish way to access the underlying slice, by forcing it to go through a scoped delegate.</p>
<pre><code class='lang-d'>auto access( RetT )( scope RetT delegate(scope char[]) @safe accessor ) @trusted</code></pre><p>A safer-ish way to access the underlying slice, by forcing it to go through a scoped delegate.</p>
<p>This should be preferred over <code>String2.slice</code> when the underlying slice needs to be accessed, as it helps to ensure that the slice is not leaked.</p>
<h3 class='section'>Notes</h3><p>Under the hood this function calls <code>slice</code> , which will force the string to become allocated on the heap if small string optimization is in use. This is extra security to help prevent stack corruption.</p>
<h3 class='section'>Params</h3><dl class='parameters'><dt><code>RetT</code> &lt;parameter not found&gt; </dt>
Expand All @@ -97,15 +97,19 @@ <h3 class='section'>Params</h3><dl class='parameters'><dt><code>RetT</code> &lt;

<p>The return type of the accessor delegate, can be <code>void</code> .</p>

</dd><dt><code>accessor</code> &lt;bug: unknown&gt; </dt>
</dd><dt><code>accessor</code> RetT delegate(scope char[]) @safe </dt>
<dd>


<p>The delegate to access the underlying slice.</p>

</dd></dl><h3 class='section'>Returns</h3><p>Anything returned by the accessor delegate if <code>RetT</code> is not <code>void</code> .</p>
<h2 class='section api'>access(accessor) </h2>
<pre><code class='lang-d'>auto access( RetT )( scope &lt;bug: unknown&gt; accessor ) @nogc @trusted nothrow</code></pre><p>ditto.</p>
<pre><code class='lang-d'>auto access(
RetT
)(
scope RetT delegate(scope char[]) @nogc @safe nothrow accessor
) @nogc @trusted nothrow</code></pre><p>ditto.</p>

</article>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class='section'>Struct - Payload</h1><div class="facts text-secondary">
//
Payload* clone( size_t newLen ) @nogc @trusted nothrow
//
static Payload* create( size_t length ) @nogc @trusted nothrow
Payload* create( size_t length ) @nogc @trusted nothrow
//
void destroy() @nogc @trusted nothrow
//
Expand Down
8 changes: 6 additions & 2 deletions docs/juptune/juptune/core/ds/string2/Structs/String2.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,13 @@ <h1 class='section'>Struct - String2</h1><div class="facts text-secondary">
alias opDollar = &lt;todo: marmos support pending&gt;

// A safer-ish way to access the underlying slice, by forcing it to go through a scoped delegate.
auto access( RetT )( scope &lt;bug: unknown&gt; accessor ) @trusted
auto access( RetT )( scope RetT delegate(scope char[]) @safe accessor ) @trusted
// ditto.
auto access( RetT )( scope &lt;bug: unknown&gt; accessor ) @nogc @trusted nothrow
auto access(
RetT
)(
scope RetT delegate(scope char[]) @nogc @safe nothrow accessor
) @nogc @trusted nothrow
// A named constructor for `String2` that will convert the given char-based `Array` into a string, and then destroy the array, effectively &quot;moving&quot; the array into a string.
String2 fromDestroyingArray( ArrayT )( ref scope ArrayT arr )
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - bold</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>bold(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle bold( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle bold( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>bold() </h2>
<pre><code class='lang-d'>bool bold() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - dim</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>dim(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle dim( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle dim( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>dim() </h2>
<pre><code class='lang-d'>bool dim() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - fastBlink</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>fastBlink(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle fastBlink( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle fastBlink( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>fastBlink() </h2>
<pre><code class='lang-d'>bool fastBlink() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - invert</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>invert(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle invert( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle invert( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>invert() </h2>
<pre><code class='lang-d'>bool invert() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - italic</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>italic(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle italic( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle italic( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>italic() </h2>
<pre><code class='lang-d'>bool italic() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - slowBlink</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>slowBlink(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle slowBlink( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle slowBlink( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>slowBlink() </h2>
<pre><code class='lang-d'>bool slowBlink() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - strike</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>strike(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle strike( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle strike( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>strike() </h2>
<pre><code class='lang-d'>bool strike() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - underline</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiStyle</dd></dl><dl><dt>Parent</dt><dd>AnsiStyle</dd></dl>
</div><h2 class='section api'>underline(enable) </h2>
<pre><code class='lang-d'>ref AnsiStyle underline( bool enable ) return</code></pre><p>SETTERS</p>
<pre><code class='lang-d'>ref AnsiStyle underline( bool enable = true ) return</code></pre><p>SETTERS</p>
<h2 class='section api'>underline() </h2>
<pre><code class='lang-d'>bool underline() </code></pre><p>GETTERS</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h1 class='section'>Overloads for - toString</h1><div class="facts text-secondary">
<dl><dt>Module</dt><dd>juptune.core.util.ansi.AnsiTextLite</dd></dl><dl><dt>Parent</dt><dd>AnsiTextLite</dd></dl>
</div><h2 class='section api'>toString(sink) </h2>
<pre><code class='lang-d'>void toString( scope &lt;bug: unknown&gt; sink ) </code></pre><p>The sink-based version of <code>toString</code> , which doesn't allocate by itself unless the <code>sink</code> decides to allocate.</p>
<h3 class='section'>Params</h3><dl class='parameters'><dt><code>sink</code> &lt;bug: unknown&gt; </dt>
<pre><code class='lang-d'>void toString( scope void delegate(char[]) sink ) </code></pre><p>The sink-based version of <code>toString</code> , which doesn't allocate by itself unless the <code>sink</code> decides to allocate.</p>
<h3 class='section'>Params</h3><dl class='parameters'><dt><code>sink</code> void delegate(char[]) </dt>
<dd>


Expand Down
16 changes: 8 additions & 8 deletions docs/juptune/juptune/core/util/ansi/Structs/AnsiStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,27 @@ <h1 class='section'>Struct - AnsiStyle</h1><div class="facts text-secondary">
</div><pre><code class='lang-d'>public struct AnsiStyle
{
// SETTERS
ref AnsiStyle bold( bool enable ) return
ref AnsiStyle bold( bool enable = true ) return
// GETTERS
bool bold()
// SETTERS
ref AnsiStyle dim( bool enable ) return
ref AnsiStyle dim( bool enable = true ) return
// GETTERS
bool dim()
// SETTERS
ref AnsiStyle fastBlink( bool enable ) return
ref AnsiStyle fastBlink( bool enable = true ) return
// GETTERS
bool fastBlink()
// Get the status of a certain styling option.
bool get( AnsiSgrStyle style )
//
bool getSgrBit( AnsiSgrStyle style ) @nogc @safe nothrow pure
// SETTERS
ref AnsiStyle invert( bool enable ) return
ref AnsiStyle invert( bool enable = true ) return
// GETTERS
bool invert()
// SETTERS
ref AnsiStyle italic( bool enable ) return
ref AnsiStyle italic( bool enable = true ) return
// GETTERS
bool italic()
// Removes all styling from this `AnsiStyle` .
Expand All @@ -122,17 +122,17 @@ <h1 class='section'>Struct - AnsiStyle</h1><div class="facts text-secondary">
//
int sgrToBit( AnsiSgrStyle style ) @nogc @safe nothrow pure
// SETTERS
ref AnsiStyle slowBlink( bool enable ) return
ref AnsiStyle slowBlink( bool enable = true ) return
// GETTERS
bool slowBlink()
// SETTERS
ref AnsiStyle strike( bool enable ) return
ref AnsiStyle strike( bool enable = true ) return
// GETTERS
bool strike()
// OUTPUT
char[] toSequence( ref return ref char[MAX_CHARS_NEEDED] buffer ) @nogc @safe nothrow
// SETTERS
ref AnsiStyle underline( bool enable ) return
ref AnsiStyle underline( bool enable = true ) return
// GETTERS
bool underline()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 class='section'>Struct - AnsiTextLite</h1><div class="facts text-secondary">
// Outputs in order: The start sequence (`.toFullStartSequence`), the output text (`.text`), and the end sequence (`.toFullEndSequence`) into the given `sink` .
void toSink( Sink )( ref scope Sink sink )
// The sink-based version of `toString` , which doesn&#39;t allocate by itself unless the `sink` decides to allocate.
void toString( scope &lt;bug: unknown&gt; sink )
void toString( scope void delegate(char[]) sink )

// The maximum amount of chars required by the start sequence of an `AnsiTextLite` (`toFullStartSequence`).
&lt;enum or auto&gt; MAX_CHARS_NEEDED = AnsiStyleSet.MAX_CHARS_NEEDED + ANSI_CSI.length + 1
Expand Down
4 changes: 2 additions & 2 deletions docs/juptune/juptune/core/util/conv/Functions/to.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h1 class='section'>Overloads for - to</h1><div class="facts text-secondary">
)(
auto ref scope ValueT value,
ref Result result,
const size_t base
const size_t base = 10
) </code></pre><h2 class='section api'>to(value, output, base) </h2>
<pre><code class='lang-d'>Result to( NumT, ValueT )( ValueT value, out NumT output, const size_t base ) </code></pre>
<pre><code class='lang-d'>Result to( NumT, ValueT )( ValueT value, out NumT output, const size_t base = 10 ) </code></pre>
</article>

<div class="contribution d-print-none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class='section'>Overloads for - toStringSink</h1><div class="facts text-seco
)(
auto ref ValueT value,
auto ref OutputRangeT range,
const size_t base
const size_t base = 10
) </code></pre>
</article>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h1 class='section'>Overloads for - make</h1><div class="facts text-secondary">
size_t LINE = __LINE__
)(
T errorCode,
string error,
String2 context
string error = null,
String2 context = String2.init
) </code></pre><h2 class='section api'>make(errorCode, error, context) </h2>
<pre><code class='lang-d'>Result make(
T,
Expand Down
Loading

0 comments on commit aac6135

Please sign in to comment.