forked from mirrors/jj
Deployed 9a5b001
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
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.
|
@ -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() -> String</code></li>
|
||||
<li><code>.timestamp() -> Timestamp</code></li>
|
||||
</ul>
|
||||
<h3 id="sizehint-type">SizeHint type<a class="headerlink" href="#sizehint-type" title="Permanent link">¶</a></h3>
|
||||
<p>This type cannot be printed. The following methods are defined.</p>
|
||||
<ul>
|
||||
<li><code>.lower() -> Integer</code>: Lower bound.</li>
|
||||
<li><code>.upper() -> Option<Integer></code>: Upper bound if known.</li>
|
||||
<li><code>.exact() -> Option<Integer></code>: Exact value if upper bound is known and it
|
||||
equals to the lower bound.</li>
|
||||
<li><code>.zero() -> 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">¶</a></h3>
|
||||
<p>A string can be implicitly converted to <code>Boolean</code>. The following methods are
|
||||
defined.</p>
|
||||
|
|
Loading…
Reference in a new issue