mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-31 07:30:39 +00:00
Automatic Travis documentation build
This commit is contained in:
@@ -55,11 +55,7 @@
|
||||
</form>
|
||||
</nav>
|
||||
|
||||
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>itertools</a>::<wbr><a href='index.html'>structs</a>::<wbr><a class="struct" href=''>TupleWindows</a></span><span class='out-of-band'><span id='render-detail'>
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/itertools/tuple_impl.rs.html#117-123' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'>pub struct TupleWindows<I, T> <span class="where fmt-newline">where<br> I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/iterator/trait.Iterator.html" title="trait core::iter::iterator::Iterator">Iterator</a><Item = T::Item>,<br> T: TupleCollect, </span> { /* fields omitted */ }</pre></div><div class='docblock'><p>An iterator over all contiguous windows that produces tuples of a specific size.</p>
|
||||
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>itertools</a>::<wbr><a href='index.html'>structs</a>::<wbr><a class="struct" href=''>TupleWindows</a></span><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../../src/itertools/tuple_impl.rs.html#117-123' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'>pub struct TupleWindows<I, T> <span class="where fmt-newline">where<br> I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/iterator/trait.Iterator.html" title="trait core::iter::iterator::Iterator">Iterator</a><Item = T::Item>,<br> T: TupleCollect, </span> { /* fields omitted */ }</pre></div><div class='docblock'><p>An iterator over all contiguous windows that produces tuples of a specific size.</p>
|
||||
<p>See <a href="../trait.Itertools.html#method.tuple_windows"><code>.tuple_windows()</code></a> for more
|
||||
information.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user