blob: 8d06f2b562b699cc9cdb6c1ec6a8f03cb4863e65 [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Types that can be used as the backing store for a SmallVec"><meta name="keywords" content="rust, rustlang, rust-lang, Array"><title>Array in smallvec - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../normalize.css"><link rel="stylesheet" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../ayu.css" disabled><link rel="stylesheet" href="../dark.css" disabled><link rel="stylesheet" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../smallvec/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../smallvec/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Array</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.Item">Item</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.size">size</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-Array-for-%5BT%3B%200%5D">[T; 0]</a></li><li><a href="#impl-Array-for-%5BT%3B%201024%5D">[T; 1024]</a></li><li><a href="#impl-Array-for-%5BT%3B%201048576%5D">[T; 1048576]</a></li><li><a href="#impl-Array-for-%5BT%3B%2010%5D">[T; 10]</a></li><li><a href="#impl-Array-for-%5BT%3B%2011%5D">[T; 11]</a></li><li><a href="#impl-Array-for-%5BT%3B%20128%5D">[T; 128]</a></li><li><a href="#impl-Array-for-%5BT%3B%2012%5D">[T; 12]</a></li><li><a href="#impl-Array-for-%5BT%3B%20131072%5D">[T; 131072]</a></li><li><a href="#impl-Array-for-%5BT%3B%2013%5D">[T; 13]</a></li><li><a href="#impl-Array-for-%5BT%3B%2014%5D">[T; 14]</a></li><li><a href="#impl-Array-for-%5BT%3B%201536%5D">[T; 1536]</a></li><li><a href="#impl-Array-for-%5BT%3B%2015%5D">[T; 15]</a></li><li><a href="#impl-Array-for-%5BT%3B%2016384%5D">[T; 16384]</a></li><li><a href="#impl-Array-for-%5BT%3B%2016%5D">[T; 16]</a></li><li><a href="#impl-Array-for-%5BT%3B%2017%5D">[T; 17]</a></li><li><a href="#impl-Array-for-%5BT%3B%2018%5D">[T; 18]</a></li><li><a href="#impl-Array-for-%5BT%3B%2019%5D">[T; 19]</a></li><li><a href="#impl-Array-for-%5BT%3B%201%5D">[T; 1]</a></li><li><a href="#impl-Array-for-%5BT%3B%202048%5D">[T; 2048]</a></li><li><a href="#impl-Array-for-%5BT%3B%2020%5D">[T; 20]</a></li><li><a href="#impl-Array-for-%5BT%3B%2021%5D">[T; 21]</a></li><li><a href="#impl-Array-for-%5BT%3B%2022%5D">[T; 22]</a></li><li><a href="#impl-Array-for-%5BT%3B%2023%5D">[T; 23]</a></li><li><a href="#impl-Array-for-%5BT%3B%2024576%5D">[T; 24576]</a></li><li><a href="#impl-Array-for-%5BT%3B%2024%5D">[T; 24]</a></li><li><a href="#impl-Array-for-%5BT%3B%20256%5D">[T; 256]</a></li><li><a href="#impl-Array-for-%5BT%3B%2025%5D">[T; 25]</a></li><li><a href="#impl-Array-for-%5BT%3B%20262144%5D">[T; 262144]</a></li><li><a href="#impl-Array-for-%5BT%3B%2026%5D">[T; 26]</a></li><li><a href="#impl-Array-for-%5BT%3B%2027%5D">[T; 27]</a></li><li><a href="#impl-Array-for-%5BT%3B%2028%5D">[T; 28]</a></li><li><a href="#impl-Array-for-%5BT%3B%2029%5D">[T; 29]</a></li><li><a href="#impl-Array-for-%5BT%3B%202%5D">[T; 2]</a></li><li><a href="#impl-Array-for-%5BT%3B%2030%5D">[T; 30]</a></li><li><a href="#impl-Array-for-%5BT%3B%2031%5D">[T; 31]</a></li><li><a href="#impl-Array-for-%5BT%3B%2032768%5D">[T; 32768]</a></li><li><a href="#impl-Array-for-%5BT%3B%2032%5D">[T; 32]</a></li><li><a href="#impl-Array-for-%5BT%3B%2036%5D">[T; 36]</a></li><li><a href="#impl-Array-for-%5BT%3B%20393216%5D">[T; 393216]</a></li><li><a href="#impl-Array-for-%5BT%3B%203%5D">[T; 3]</a></li><li><a href="#impl-Array-for-%5BT%3B%204096%5D">[T; 4096]</a></li><li><a href="#impl-Array-for-%5BT%3B%204%5D">[T; 4]</a></li><li><a href="#impl-Array-for-%5BT%3B%20512%5D">[T; 512]</a></li><li><a href="#impl-Array-for-%5BT%3B%20524288%5D">[T; 524288]</a></li><li><a href="#impl-Array-for-%5BT%3B%205%5D">[T; 5]</a></li><li><a href="#impl-Array-for-%5BT%3B%2064%5D">[T; 64]</a></li><li><a href="#impl-Array-for-%5BT%3B%2065536%5D">[T; 65536]</a></li><li><a href="#impl-Array-for-%5BT%3B%206%5D">[T; 6]</a></li><li><a href="#impl-Array-for-%5BT%3B%207%5D">[T; 7]</a></li><li><a href="#impl-Array-for-%5BT%3B%208192%5D">[T; 8192]</a></li><li><a href="#impl-Array-for-%5BT%3B%208%5D">[T; 8]</a></li><li><a href="#impl-Array-for-%5BT%3B%2096%5D">[T; 96]</a></li><li><a href="#impl-Array-for-%5BT%3B%209%5D">[T; 9]</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In smallvec</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Trait <a href="index.html">smallvec</a>::<wbr><a class="trait" href="#">Array</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/smallvec/lib.rs.html#2019-2024">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="item-decl"><pre class="rust trait"><code>pub unsafe trait Array {
type <a href="#associatedtype.Item" class="associatedtype">Item</a>;
fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize;
}</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Types that can be used as the backing store for a SmallVec</p>
</div></details><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor"></a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="associatedtype.Item" class="method has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2021">source</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a></h4></section></summary><div class="docblock"><p>The type of the array’s elements.</p>
</div></details></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor"></a></h2><div class="methods"><details class="rustdoc-toggle method-toggle" open><summary><section id="tymethod.size" class="method has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2023">source</a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></summary><div class="docblock"><p>Returns the number of items the array can hold.</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor"></a></h2><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%200%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%200%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 0]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-1" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%201%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%201%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 1]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-2" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-1" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%202%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%202%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 2]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-3" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-2" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%203%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%203%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 3]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-4" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-3" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%204%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%204%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 4]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-5" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-4" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%205%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%205%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 5]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-6" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-5" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%206%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%206%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 6]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-7" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-6" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%207%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%207%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 7]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-8" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-8" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-7" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%208%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%208%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 8]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-9" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-9" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-8" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%209%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%209%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 9]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-10" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-10" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-9" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2010%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2010%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 10]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-11" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-11" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-10" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2011%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2011%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 11]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-12" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-12" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-11" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2012%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2012%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 12]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-13" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-13" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-12" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2013%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2013%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 13]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-14" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-14" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-13" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2014%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2014%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 14]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-15" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-15" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-14" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2015%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2015%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 15]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-16" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-16" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-15" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2016%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2016%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 16]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-17" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-17" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-16" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2017%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2017%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 17]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-18" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-18" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-17" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2018%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2018%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 18]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-19" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-19" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-18" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2019%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2019%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 19]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-20" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-20" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-19" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2020%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2020%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 20]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-21" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-21" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-20" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2021%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2021%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 21]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-22" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-22" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-21" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2022%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2022%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 22]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-23" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-23" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-22" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2023%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2023%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 23]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-24" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-24" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-23" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2024%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2024%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 24]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-25" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-25" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-24" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2025%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2025%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 25]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-26" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-26" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-25" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2026%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2026%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 26]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-27" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-27" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-26" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2027%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2027%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 27]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-28" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-28" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-27" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2028%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2028%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 28]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-29" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-29" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-28" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2029%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2029%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 29]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-30" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-30" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-29" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2030%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2030%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 30]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-31" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-31" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-30" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2031%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2031%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 31]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-32" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-32" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-31" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2032%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2032%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 32]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-33" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-33" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-32" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2036%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2036%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 36]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-34" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-34" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-33" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2064%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2064%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 64]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-35" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-35" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-34" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2096%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2096%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 96]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-36" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-36" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-35" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20128%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20128%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 128]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-37" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-37" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-36" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20256%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20256%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 256]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-38" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-38" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-37" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20512%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20512%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 512]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-39" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-39" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-38" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%201024%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%201024%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 1024]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-40" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-40" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-39" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%201536%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%201536%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 1536]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-41" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-41" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-40" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%202048%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%202048%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 2048]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-42" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-42" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-41" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%204096%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%204096%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 4096]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-43" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-43" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-42" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%208192%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%208192%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 8192]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-44" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-44" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-43" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2016384%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2016384%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 16384]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-45" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-45" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-44" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2024576%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2024576%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 24576]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-46" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-46" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-45" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2032768%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2032768%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 32768]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-47" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-47" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-46" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%2065536%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%2065536%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 65536]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-48" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-48" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-47" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20131072%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20131072%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 131072]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-49" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-49" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-48" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20262144%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20262144%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 262144]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-50" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-50" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-49" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20393216%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20393216%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 393216]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-51" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-51" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-50" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%20524288%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%20524288%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 524288]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-52" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-52" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-51" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Array-for-%5BT%3B%201048576%5D" class="impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#impl-Array-for-%5BT%3B%201048576%5D" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Array.html" title="trait smallvec::Array">Array</a> for [T; 1048576]</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-53" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-53" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section><section id="method.size-52" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/smallvec/lib.rs.html#2112-2116">source</a><a href="#method.size-52" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.size" class="fnname">size</a>() -&gt; usize</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div id="implementors-list"></div><script src="../implementors/smallvec/trait.Array.js" data-ignore-extern-crates="core" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="smallvec" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>