ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed 9a5b001 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-05-08 23:52:07 +00:00
parent 011f24df20
commit 006eb18d59
3 changed files with 28 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -914,6 +914,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#sizehint-type" class="md-nav__link">
<span class="md-ellipsis">
SizeHint type
</span>
</a>
</li>
<li class="md-nav__item">
@ -1660,6 +1669,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#sizehint-type" class="md-nav__link">
<span class="md-ellipsis">
SizeHint type
</span>
</a>
</li>
<li class="md-nav__item">
@ -1899,6 +1917,15 @@ invoked. If not set, an error will be reported inline on method call.</p>
<li><code>.username() -&gt; String</code></li>
<li><code>.timestamp() -&gt; Timestamp</code></li>
</ul>
<h3 id="sizehint-type">SizeHint type<a class="headerlink" href="#sizehint-type" title="Permanent link">&para;</a></h3>
<p>This type cannot be printed. The following methods are defined.</p>
<ul>
<li><code>.lower() -&gt; Integer</code>: Lower bound.</li>
<li><code>.upper() -&gt; Option&lt;Integer&gt;</code>: Upper bound if known.</li>
<li><code>.exact() -&gt; Option&lt;Integer&gt;</code>: Exact value if upper bound is known and it
equals to the lower bound.</li>
<li><code>.zero() -&gt; Boolean</code>: True if upper bound is known and is <code>0</code>.</li>
</ul>
<h3 id="string-type">String type<a class="headerlink" href="#string-type" title="Permanent link">&para;</a></h3>
<p>A string can be implicitly converted to <code>Boolean</code>. The following methods are
defined.</p>