1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
This commit is contained in:
Bolero-MURAKAMI 2013-08-29 22:44:11 +09:00
parent 4b21f64ea9
commit 502f765a40
7 changed files with 7 additions and 13 deletions

View file

@ -15,12 +15,12 @@ Interface
Effects
========================================
| ``lhs.swap(y)``.
| ``lhs.swap(rhs)``.
Throws
========================================
| Nothing unless ``lhs.swap(y)`` throws an exception.
| Nothing unless ``lhs.swap(rhs)`` throws an exception.
Examples
========================================
@ -39,7 +39,6 @@ Complexity
========================================
| linear in N.
| Recursive function invocations in *O(1)* (constant) depth.
Header
========================================

View file

@ -36,7 +36,6 @@ Complexity
========================================
| linear in N.
| Recursive function invocations in *O(1)* (constant) depth.
Header
========================================

View file

@ -104,13 +104,13 @@
<div class="section" id="effects">
<h2>Effects<a class="headerlink" href="#effects" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line"><tt class="docutils literal"><span class="pre">lhs.swap(y)</span></tt>.</div>
<div class="line"><tt class="docutils literal"><span class="pre">lhs.swap(rhs)</span></tt>.</div>
</div>
</div>
<div class="section" id="throws">
<h2>Throws<a class="headerlink" href="#throws" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">Nothing unless <tt class="docutils literal"><span class="pre">lhs.swap(y)</span></tt> throws an exception.</div>
<div class="line">Nothing unless <tt class="docutils literal"><span class="pre">lhs.swap(rhs)</span></tt> throws an exception.</div>
</div>
</div>
<div class="section" id="examples">
@ -130,7 +130,6 @@
<h2>Complexity<a class="headerlink" href="#complexity" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">linear in N.</div>
<div class="line">Recursive function invocations in <em>O(1)</em> (constant) depth.</div>
</div>
</div>
<div class="section" id="header">

View file

@ -128,7 +128,6 @@
<h2>Complexity<a class="headerlink" href="#complexity" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">linear in N.</div>
<div class="line">Recursive function invocations in <em>O(1)</em> (constant) depth.</div>
</div>
</div>
<div class="section" id="header">

File diff suppressed because one or more lines are too long

View file

@ -15,12 +15,12 @@ Interface
Effects
========================================
| ``lhs.swap(y)``.
| ``lhs.swap(rhs)``.
Throws
========================================
| Nothing unless ``lhs.swap(y)`` throws an exception.
| Nothing unless ``lhs.swap(rhs)`` throws an exception.
Examples
========================================
@ -39,7 +39,6 @@ Complexity
========================================
| linear in N.
| Recursive function invocations in *O(1)* (constant) depth.
Header
========================================

View file

@ -36,7 +36,6 @@ Complexity
========================================
| linear in N.
| Recursive function invocations in *O(1)* (constant) depth.
Header
========================================