<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="API documentation for the Rust `GenericArray` struct in crate `generic_array`."><metaname="keywords"content="rust, rustlang, rust-lang, GenericArray"><title>generic_array::GenericArray - Rust</title><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../dark.css"><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><scriptsrc="../storage.js"></script><noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="shortcut icon"href="../favicon.ico"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../generic_array/index.html'><divclass='logo-container'><imgsrc='../rust-logo.png'alt='logo'></div></a><pclass='location'>Struct GenericArray</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#methods">Methods</a><divclass="sidebar-links"><ahref="#method.as_mut_slice">as_mut_slice</a><ahref="#method.as_slice">as_slice</a><ahref="#method.clone_from_slice">clone_from_slice</a><ahref="#method.from_exact_iter">from_exact_iter</a><ahref="#method.from_mut_slice">from_mut_slice</a><ahref="#method.from_slice">from_slice</a></div><aclass="sidebar-title"href="#implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-AsMut%3C%5BT%5D%3E">AsMut<[T]></a><ahref="#impl-AsRef%3C%5BT%5D%3E">AsRef<[T]></a><ahref="#impl-Borrow%3C%5BT%5D%3E">Borrow<[T]></a><ahref="#impl-BorrowMut%3C%5BT%5D%3E">BorrowMut<[T]></a><ahref="#impl-Clone">Clone</a><ahref="#impl-Concat%3CT%2C%20M%3E">Concat<T, M></a><ahref="#impl-Copy">Copy</a><ahref="#impl-Debug">Debug</a><ahref="#impl-Default">Default</a><ahref="#impl-Deref">Deref</a><ahref="#impl-DerefMut">DerefMut</a><ahref="#impl-Eq">Eq</a><ahref="#impl-From%3C%26%27a%20%5BT%5D%3E">From<&'a [T]></a><ahref="#impl-From%3C%26%27a%20mut%20%5BT%5D%3E">From<&'a mut [T]></a><ahref="#impl-From%3C%5BT%3B%201%5D%3E">From<[T; 1]></a><ahref="#impl-From%3C%5BT%3B%2010%5D%3E">From<[T; 10]></a><ahref="#impl-From%3C%5BT%3B%2011%5D%3E">From<[T; 11]></a><ahref="#impl-From%3C%5BT%3B%2012%5D%3E">From<[T; 12]></a><ahref="#impl-From%3C%5BT%3B%2013%5D%3E">From<[T; 13]></a><ahref="#impl-From%3C%5BT%3B%2014%5D%3E">From<[T; 14]></a><ahref="#impl-From%3C%5BT%3B%2015%5D%3E">From<[T; 15]></a><ahref="#impl-From%3C%5BT%3B%2016%5D%3E">From<[T; 16]></a><ahref="#impl-From%3C%5BT%3B%2017%5D%3E">From<[T; 17]></a><ahref="#impl-From%3C%5BT%3B%2018%5D%3E">From<[T; 18]></a><ahref="#impl-From%3C%5BT%3B%2019%5D%3E">From<[T; 19]></a><ahref="#impl-From%3C%5BT%3B%202%5D%3E">From<[T; 2]></a><ahref="#impl-From%3C%5BT%3B%2020%5D%3E">From<[T; 20]></a><ahref="#impl-From%3C%5BT%3B%2021%5D%3E">From<[T; 21]></a><ahref="#impl-From%3C%5BT%3B%2022%5D%3E">From<[T; 22]></a><ahref="#impl-From%3C%5BT%3B%2023%5D%3E">From<[T; 23]></a><ahref="#impl-From%3C%5BT%3B%2024%5D%3E">From<[T; 24]></a><ahref="#impl-From%3C%5BT%3B%2025%5D%3E">From<[T; 25]></a><ahref="#impl-From%3C%5BT%3B%2026%5D%3E">From<[T; 26]></a><ahref="#impl-From%3C%5BT%3B%2027%5D%3E">From<[T; 27]></a><ahref="#impl-From%3C%5BT%3B%2028%5D%3E">From<[T; 28]></a><ahref="#impl-From%3C%5BT%3B%2029%5D%3E">From<[T; 29]></a><ahref="#impl-From%3C%5BT%3B%203%5D%3E">From<[T; 3]></a><ahref="#impl-From%3C%5BT%3B%2030%5D%3E">From<[T; 30]></a><ahref="#impl-From%3C%5BT%3B%2031%5D%3E
</div><h2id='methods'class='small-section-header'>Methods<ahref='#methods'class='anchor'></a></h2><h3id='impl'class='impl'><codeclass='in-band'>impl<T, N><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl'class='anchor'></a><aclass='srclink'href='../src/generic_array/lib.rs.html#483-514'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.as_slice'class="method"><codeid='as_slice.v'>pub fn <ahref='#method.as_slice'class='fnname'>as_slice</a>(&self) ->&[T]</code><aclass='srclink'href='../src/generic_array/lib.rs.html#489-491'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Extracts a slice containing the entire array.</p>
</div><h4id='method.as_mut_slice'class="method"><codeid='as_mut_slice.v'>pub fn <ahref='#method.as_mut_slice'class='fnname'>as_mut_slice</a>(&mut self) ->&mut [T]</code><aclass='srclink'href='../src/generic_array/lib.rs.html#495-497'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Extracts a mutable slice containing the entire array.</p>
</div><h4id='method.from_slice'class="method"><codeid='from_slice.v'>pub fn <ahref='#method.from_slice'class='fnname'>from_slice</a>(slice: &[T]) ->&<aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N></code><aclass='srclink'href='../src/generic_array/lib.rs.html#503-505'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Converts slice to a generic array reference with inferred length;</p>
<p>Length of the slice must be equal to the length of the array.</p>
</div><h4id='method.from_mut_slice'class="method"><codeid='from_mut_slice.v'>pub fn <ahref='#method.from_mut_slice'class='fnname'>from_mut_slice</a>(slice: &mut [T]) ->&mut <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N></code><aclass='srclink'href='../src/generic_array/lib.rs.html#511-513'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Converts mutable slice to a mutable generic array reference</p>
<p>Length of the slice must be equal to the length of the array.</p>
</div></div><h3id='impl-1'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, N><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-1'class='anchor'></a><aclass='srclink'href='../src/generic_array/lib.rs.html#540-552'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.clone_from_slice'class="method"><codeid='clone_from_slice.v'>pub fn <ahref='#method.clone_from_slice'class='fnname'>clone_from_slice</a>(list: &[T]) -><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N></code><aclass='srclink'href='../src/generic_array/lib.rs.html#548-551'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Construct a <code>GenericArray</code> from a slice by cloning its content</p>
<p>Length of the slice must be equal to the length of the array</p>
</div></div><h3id='impl-2'class='impl'><codeclass='in-band'>impl<T, N><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-2'class='anchor'></a><aclass='srclink'href='../src/generic_array/lib.rs.html#554-588'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.from_exact_iter'class="method"><codeid='from_exact_iter.v'>pub fn <ahref='#method.from_exact_iter'class='fnname'>from_exact_iter</a><I>(iter: I) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><Self><spanclass="where fmt-newline">where<br> I: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a><Item = T>,<br> <I as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter"title="type core::iter::traits::collect::IntoIterator::IntoIter">IntoIter</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/exact_size/trait.ExactSizeIterator.html"title="trait core::iter::traits::exact_size::ExactSizeIterator">ExactSizeIterator</a>, </span></code><aclass='srclink'href='../src/generic_array/lib.rs.html#561-587'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Creates a new <code>GenericArray</code> instance from an iterator with a known exact size.</p>
<p>Returns <code>None</code> if the size is not equal to the number of elements in the <code>GenericArray</code>.</p>
</div><h4id='method.zip'class="method hidden"><codeid='zip.v'>fn <ahref='../generic_array/functional/trait.FunctionalSequence.html#method.zip'class='fnname'>zip</a><B, Rhs, U, F>(self, rhs: Rhs, f: F) -><aclass="type"href="../generic_array/functional/type.MappedSequence.html"title="type generic_array::functional::MappedSequence">MappedSequence</a><Self, T, U><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="../generic_array/functional/trait.MappedGenericSequence.html"title="trait generic_array::functional::MappedGenericSequence">MappedGenericSequence</a><T, U>,<br> Rhs: <aclass="trait"href="../generic_array/functional/trait.MappedGenericSequence.html"title="trait generic_array::functional::MappedGenericSequence">MappedGenericSequence</a><B, U, Mapped = <aclass="type"href="../generic_array/functional/type.MappedSequence.html"title="type generic_array::functional::MappedSequence">MappedSequence</a><Self, T, U>>,<br> Self::<aclass="type"href="../generic_array/sequence/trait.GenericSequence.html#associatedtype.Length"title="type generic_array::sequence::GenericSequence::Length">Length</a>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><B> + <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><U>,<br> Rhs: <aclass="trait"href="../generic_array/sequence/trait.GenericSequence.html"title="trait generic_array::sequence::GenericSequence">GenericSequence</a><B, Length = Self::<aclass="type"href="../generic_array/sequence/trait.GenericSequence.html#associatedtype.Length"title="type generic_array::sequence::GenericSequence::Length">Length</a>>,<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnMut.html"title="trait core::ops::function::FnMut">FnMut</a>(T, Rhs::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item"title="type core::iter::traits::collect::IntoIterator::Item">Item</a>) -> U, </span></code><aclass='srclink'href='../src/generic_array/lib.rs.html#452-461'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Combines two <code>GenericSequence</code> instances and iterates through both of them, initializing a new <code>GenericSequence</code> with the result of the zipped mapping function. <ahref="../generic_array/functional/trait.FunctionalSequence.html#method.zip">Read more</a></p>
</div><h4id='method.fold'class="method hidden"><codeid='fold.v'>fn <ahref='../generic_array/functional/trait.FunctionalSequence.html#method.fold'class='fnname'>fold</a><U, F>(self, init: U, f: F) -> U <spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnMut.html"title="trait core::ops::function::FnMut">FnMut</a>(U, T) -> U, </span></code><aclass='srclink'href='../src/generic_array/lib.rs.html#463-480'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Folds (or reduces) a sequence of data into a single value. <ahref="../generic_array/functional/trait.FunctionalSequence.html#method.fold">Read more</a></p>
</div><h4id='associatedtype.Sequence'class="type"><codeid='Sequence.t'>type <ahref='../generic_array/sequence/trait.GenericSequence.html#associatedtype.Sequence'class="type">Sequence</a> = Self</code></h4><divclass='docblock'><p>Concrete sequence type used in conjuction with reference implementations of <code>GenericSequence</code></p>
</div><h4id='method.generate'class="method hidden"><codeid='generate.v'>fn <ahref='../generic_array/sequence/trait.GenericSequence.html#tymethod.generate'class='fnname'>generate</a><F>(f: F) -><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnMut.html"title="trait core::ops::function::FnMut">FnMut</a>(usize) -> T, </span></code><aclass='srclink'href='../src/generic_array/lib.rs.html#336-355'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Initializes a new sequence instance using the given function. <ahref="../generic_array/sequence/trait.GenericSequence.html#tymethod.generate">Read more</a></p>
</div></div><h3id='impl-Lengthen%3CT%3E'class='impl'><codeclass='in-band'>impl<T, N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>><aclass="trait"href="../generic_array/sequence/trait.Lengthen.html"title="trait generic_array::sequence::Lengthen">Lengthen</a><T> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><<aclass="struct"href="../typenum/bit/struct.B1.html"title="struct typenum::bit::B1">B1</a>>,<br> <aclass="type"href="../typenum/operator_aliases/type.Add1.html"title="type typenum::operator_aliases::Add1">Add1</a><N>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>,<br> <aclass="type"href="../typenum/operator_aliases/type.Add1.html"title="type typenum::operator_aliases::Add1">Add1</a><N>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><<aclass="struct"href="../typenum/bit/struct.B1.html"title="struct typenum::bit::B1">B1</a>, Output = N>,<br> <aclass="type"href="../typenum/operator_aliases/type.Sub1.html"title="type typenum::operator_aliases::Sub1">Sub1</a><<aclass="type"href="../typenum/operator_aliases/type.Add1.html"title="type typenum::operator_aliases::Add1">Add1</a><N>>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Lengthen%3CT%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/sequence.rs.html#179-211'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Longer'class="type"><codeid='Longer.t'>type <ahref='../generic_array/sequence/trait.Lengthen.html#associatedtype.Longer'class="type">Longer</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/operator_aliases/type.Add1.html"title="type typenum::operator_aliases::Add1">Add1</a><N>></code></h4><divclass='docblock'><p><code>GenericSequence</code> that has one more element than <code>Self</code></p>
</div><h4id='method.append'class="method hidden"><codeid='append.v'>fn <ahref='../generic_array/sequence/trait.Lengthen.html#tymethod.append'class='fnname'>append</a>(self, last: T) -> Self::<aclass="type"href="../generic_array/sequence/trait.Lengthen.html#associatedtype.Longer"title="type generic_array::sequence::Lengthen::Longer">Longer</a></code><aclass='srclink'href='../src/generic_array/sequence.rs.html#188-197'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns a new array with the given element appended to the end of it. <ahref="../generic_array/sequence/trait.Lengthen.html#tymethod.append">Read more</a></p>
</div><h4id='method.prepend'class="method hidden"><codeid='prepend.v'>fn <ahref='../generic_array/sequence/trait.Lengthen.html#tymethod.prepend'class='fnname'>prepend</a>(self, first: T) -> Self::<aclass="type"href="../generic_array/sequence/trait.Lengthen.html#associatedtype.Longer"title="type generic_array::sequence::Lengthen::Longer">Longer</a></code><aclass='srclink'href='../src/generic_array/sequence.rs.html#199-210'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns a new array with the given element prepended to the front of it. <ahref="../generic_array/sequence/trait.Lengthen.html#tymethod.prepend">Read more</a></p>
</div></div><h3id='impl-Shorten%3CT%3E'class='impl'><codeclass='in-band'>impl<T, N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>><aclass="trait"href="../generic_array/sequence/trait.Shorten.html"title="trait generic_array::sequence::Shorten">Shorten</a><T> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><<aclass="struct"href="../typenum/bit/struct.B1.html"title="struct typenum::bit::B1">B1</a>>,<br> <aclass="type"href="../typenum/operator_aliases/type.Sub1.html"title="type typenum::operator_aliases::Sub1">Sub1</a><N>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>,<br> <aclass="type"href="../typenum/operator_aliases/type.Sub1.html"title="type typenum::operator_aliases::Sub1">Sub1</a><N>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><<aclass="struct"href="../typenum/bit/struct.B1.html"title="struct typenum::bit::B1">B1</a>, Output = N>,<br> <aclass="type"href="../typenum/operator_aliases/type.Add1.html"title="type typenum::operator_aliases::Add1">Add1</a><<aclass="type"href="../typenum/operator_aliases/type.Sub1.html"title="type typenum::operator_aliases::Sub1">Sub1</a><N>>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Shorten%3CT%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/sequence.rs.html#213-245'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Shorter'class="type"><codeid='Shorter.t'>type <ahref='../generic_array/sequence/trait.Shorten.html#associatedtype.Shorter'class="type">Shorter</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/operator_aliases/type.Sub1.html"title="type typenum::operator_aliases::Sub1">Sub1</a><N>></code></h4><divclass='docblock'><p><code>GenericSequence</code> that has one less element than <code>Self</code></p>
</div><h4id='method.pop_back'class="method hidden"><codeid='pop_back.v'>fn <ahref='../generic_array/sequence/trait.Shorten.html#tymethod.pop_back'class='fnname'>pop_back</a>(self) -> (Self::<aclass="type"href="../generic_array/sequence/trait.Shorten.html#associatedtype.Shorter"title="type generic_array::sequence::Shorten::Shorter">Shorter</a>, T)</code><aclass='srclink'href='../src/generic_array/sequence.rs.html#222-232'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns a new array without the last element, and the last element. <ahref="../generic_array/sequence/trait.Shorten.html#tymethod.pop_back">Read more</a></p>
</div><h4id='method.pop_front'class="method hidden"><codeid='pop_front.v'>fn <ahref='../generic_array/sequence/trait.Shorten.html#tymethod.pop_front'class='fnname'>pop_front</a>(self) -> (T, Self::<aclass="type"href="../generic_array/sequence/trait.Shorten.html#associatedtype.Shorter"title="type generic_array::sequence::Shorten::Shorter">Shorter</a>)</code><aclass='srclink'href='../src/generic_array/sequence.rs.html#234-244'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns a new array without the first element, and the first element. Example: <ahref="../generic_array/sequence/trait.Shorten.html#tymethod.pop_front">Read more</a></p>
</div></div><h3id='impl-Split%3CT%2C%20K%3E'class='impl'><codeclass='in-band'>impl<T, N, K><aclass="trait"href="../generic_array/sequence/trait.Split.html"title="trait generic_array::sequence::Split">Split</a><T, K> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>,<br> K: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>,<br> N: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><K>,<br> <aclass="type"href="../typenum/operator_aliases/type.Diff.html"title="type typenum::operator_aliases::Diff">Diff</a><N, K>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Split%3CT%2C%20K%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/sequence.rs.html#261-282'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.First'class="type"><codeid='First.t'>type <ahref='../generic_array/sequence/trait.Split.html#associatedtype.First'class="type">First</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, K></code></h4><divclass='docblock'><p>First part of the resulting split array</p>
</div><h4id='associatedtype.Second'class="type"><codeid='Second.t'>type <ahref='../generic_array/sequence/trait.Split.html#associatedtype.Second'class="type">Second</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/operator_aliases/type.Diff.html"title="type typenum::operator_aliases::Diff">Diff</a><N, K>></code></h4><divclass='docblock'><p>Second part of the resulting split array</p>
</div><h4id='method.split'class="method hidden"><codeid='split.v'>fn <ahref='../generic_array/sequence/trait.Split.html#tymethod.split'class='fnname'>split</a>(self) -> (Self::<aclass="type"href="../generic_array/sequence/trait.Split.html#associatedtype.First"title="type generic_array::sequence::Split::First">First</a>, Self::<aclass="type"href="../generic_array/sequence/trait.Split.html#associatedtype.Second"title="type generic_array::sequence::Split::Second">Second</a>)</code><aclass='srclink'href='../src/generic_array/sequence.rs.html#271-281'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Splits an array at the given index, returning the separate parts of the array.</p>
</div></div><h3id='impl-Concat%3CT%2C%20M%3E'class='impl'><codeclass='in-band'>impl<T, N, M><aclass="trait"href="../generic_array/sequence/trait.Concat.html"title="trait generic_array::sequence::Concat">Concat</a><T, M> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><M>,<br> M: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>,<br> <aclass="type"href="../typenum/operator_aliases/type.Sum.html"title="type typenum::operator_aliases::Sum">Sum</a><N, M>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Concat%3CT%2C%20M%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/sequence.rs.html#299-320'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Rest'class="type"><codeid='Rest.t'>type <ahref='../generic_array/sequence/trait.Concat.html#associatedtype.Rest'class="type">Rest</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, M></code></h4><divclass='docblock'><p>Sequence to be concatenated with <code>self</code></p>
</div><h4id='associatedtype.Output'class="type"><codeid='Output.t'>type <ahref='../generic_array/sequence/trait.Concat.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/operator_aliases/type.Sum.html"title="type typenum::operator_aliases::Sum">Sum</a><N, M>></code></h4><divclass='docblock'><p>Resulting sequence formed by the concatenation.</p>
</div><h4id='method.concat'class="method hidden"><codeid='concat.v'>fn <ahref='../generic_array/sequence/trait.Concat.html#tymethod.concat'class='fnname'>concat</a>(self, rest: Self::<aclass="type"href="../generic_array/sequence/trait.Concat.html#associatedtype.Rest"title="type generic_array::sequence::Concat::Rest">Rest</a>) -> Self::<aclass="type"href="../generic_array/sequence/trait.Concat.html#associatedtype.Output"title="type generic_array::sequence::Concat::Output">Output</a></code><aclass='srclink'href='../src/generic_array/sequence.rs.html#308-319'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Concatenate, or join, two sequences.</p>
<p>Length of the slice must be equal to the length of the array.</p>
</div></div><h3id='impl-PartialEq%3CGenericArray%3CT%2C%20N%3E%3E'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-PartialEq%3CGenericArray%3CT%2C%20N%3E%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#35-42'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.eq'class="method hidden"><codeid='eq.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, other: &Self) -> bool</code><aclass='srclink'href='../src/generic_array/impls.rs.html#39-41'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne'class='fnname'>ne</a>(&self, other: &Rhs) -> bool</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#200'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3id='impl-Eq'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Eq'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#43-47'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-Ord'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html"title="trait core::cmp::Ord">Ord</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html"title="trait core::cmp::Ord">Ord</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Ord'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#58-65'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.cmp'class="method hidden"><codeid='cmp.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp'class='fnname'>cmp</a>(&self, other: &<aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a></code><aclass='srclink'href='../src/generic_array/impls.rs.html#62-64'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method returns an <code>Ordering</code> between <code>self</code> and <code>other</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
</div><h4id='method.max'class="method hidden"><codeid='max.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max'class='fnname'>max</a>(self, other: Self) -> Self</code><spanclass='since'title='Stable since Rust version 1.21.0'>1.21.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#563-566'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the maximum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
</div><h4id='method.min'class="method hidden"><codeid='min.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min'class='fnname'>min</a>(self, other: Self) -> Self</code><spanclass='since'title='Stable since Rust version 1.21.0'>1.21.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#580-583'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Compares and returns the minimum of two values. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
</div><h4id='method.clamp'class="method hidden"><codeid='clamp.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp'class='fnname'>clamp</a>(self, min: Self, max: Self) -> Self</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#604-614'title='goto source code'>[src]</a></h4><divclass='stability hidden'><divclass='stab unstable'><spanclass='emoji'>🔬</span> This is a nightly-only experimental API. (<code>clamp</code>)</div></div><divclass='docblock hidden'><p>Restrict a value to a certain interval. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp">Read more</a></p>
</div></div><h3id='impl-PartialOrd%3CGenericArray%3CT%2C%20N%3E%3E'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><<aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-PartialOrd%3CGenericArray%3CT%2C%20N%3E%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#49-56'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.partial_cmp'class="method hidden"><codeid='partial_cmp.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp'class='fnname'>partial_cmp</a>(&self, other: &<aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a>></code><aclass='srclink'href='../src/generic_array/impls.rs.html#53-55'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt'class='fnname'>lt</a>(&self, other: &Rhs) -> bool</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#793-798'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le'class='fnname'>le</a>(&self, other: &Rhs) -> bool</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#815-820'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt'class='fnname'>gt</a>(&self, other: &Rhs) -> bool</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#836-841'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
</span>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge'class='fnname'>ge</a>(&self, other: &Rhs) -> bool</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#858-863'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
</div></div><h3id='impl-Hash'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Hash'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#116-126'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.hash'class="method hidden"><codeid='hash.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash'class='fnname'>hash</a><H>(&self, state: &mut H) <spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>, </span></code><aclass='srclink'href='../src/generic_array/impls.rs.html#120-125'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4id='method.hash_slice'class="method hidden"><codeid='hash_slice.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice'class='fnname'>hash_slice</a><H>(data: &[Self], state: &mut H) <spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>, </span></code><spanclass='since'title='Stable since Rust version 1.3.0'>1.3.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-198'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3id='impl-IntoIterator'class='impl'><codeclass='in-band'>impl<T, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-IntoIterator'class='anchor'></a><aclass='srclink'href='../src/generic_array/iter.rs.html#46-60'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Item'class="type"><codeid='Item.t'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item'class="type">Item</a> = T</code></h4><divclass='docblock'><p>The type of the elements being iterated over.</p>
</div><h4id='associatedtype.IntoIter'class="type"><codeid='IntoIter.t'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter'class="type">IntoIter</a> = <aclass="struct"href="../generic_array/iter/struct.GenericArrayIter.html"title="struct generic_array::iter::GenericArrayIter">GenericArrayIter</a><T, N></code></h4><divclass='docblock'><p>Which kind of iterator are we turning this into?</p>
</div><h4id='method.into_iter'class="method hidden"><codeid='into_iter.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter'class='fnname'>into_iter</a>(self) -> Self::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter"title="type core::iter::traits::collect::IntoIterator::IntoIter">IntoIter</a></code><aclass='srclink'href='../src/generic_array/iter.rs.html#53-59'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates an iterator from a value. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter">Read more</a></p>
</div></div><h3id='impl-IntoIterator-1'class='impl'><codeclass='in-band'>impl<'a, T: 'a, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a> for &'a <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-IntoIterator-1'class='anchor'></a><aclass='srclink'href='../src/generic_array/lib.rs.html#265-275'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.IntoIter-1'class="type"><codeid='IntoIter.t-1'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter'class="type">IntoIter</a> = <aclass="struct"href="https://doc.rust-lang.org/nightly/core/slice/struct.Iter.html"title="struct core::slice::Iter">Iter</a><'a, T></code></h4><divclass='docblock'><p>Which kind of iterator are we turning this into?</p>
</div><h4id='associatedtype.Item-1'class="type"><codeid='Item.t-1'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item'class="type">Item</a> = &'a T</code></h4><divclass='docblock'><p>The type of the elements being iterated over.</p>
</div><h4id='method.into_iter-1'class="method hidden"><codeid='into_iter.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter'class='fnname'>into_iter</a>(self: &'a <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>) -> Self::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter"title="type core::iter::traits::collect::IntoIterator::IntoIter">IntoIter</a></code><aclass='srclink'href='../src/generic_array/lib.rs.html#272-274'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates an iterator from a value. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter">Read more</a></p>
</div></div><h3id='impl-IntoIterator-2'class='impl'><codeclass='in-band'>impl<'a, T: 'a, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a> for &'a mut <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-IntoIterator-2'class='anchor'></a><aclass='srclink'href='../src/generic_array/lib.rs.html#277-287'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.IntoIter-2'class="type"><codeid='IntoIter.t-2'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter'class="type">IntoIter</a> = <aclass="struct"href="https://doc.rust-lang.org/nightly/core/slice/struct.IterMut.html"title="struct core::slice::IterMut">IterMut</a><'a, T></code></h4><divclass='docblock'><p>Which kind of iterator are we turning this into?</p>
</div><h4id='associatedtype.Item-2'class="type"><codeid='Item.t-2'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item'class="type">Item</a> = &'a mut T</code></h4><divclass='docblock'><p>The type of the elements being iterated over.</p>
</div><h4id='method.into_iter-2'class="method hidden"><codeid='into_iter.v-2'>fn <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter'class='fnname'>into_iter</a>(self: &'a mut <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N>) -> Self::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter"title="type core::iter::traits::collect::IntoIterator::IntoIter">IntoIter</a></code><aclass='srclink'href='../src/generic_array/lib.rs.html#284-286'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates an iterator from a value. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter">Read more</a></p>
</div></div><h3id='impl-Into%3C%5BT%3B%201%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 1]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U1.html"title="type typenum::consts::U1">U1</a>></code><ahref='#impl-Into%3C%5BT%3B%201%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into'class="method hidden"><codeid='into.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 1]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%202%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 2]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U2.html"title="type typenum::consts::U2">U2</a>></code><ahref='#impl-Into%3C%5BT%3B%202%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-1'class="method hidden"><codeid='into.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 2]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%203%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 3]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U3.html"title="type typenum::consts::U3">U3</a>></code><ahref='#impl-Into%3C%5BT%3B%203%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-2'class="method hidden"><codeid='into.v-2'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 3]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%204%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 4]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U4.html"title="type typenum::consts::U4">U4</a>></code><ahref='#impl-Into%3C%5BT%3B%204%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-3'class="method hidden"><codeid='into.v-3'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 4]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%205%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 5]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U5.html"title="type typenum::consts::U5">U5</a>></code><ahref='#impl-Into%3C%5BT%3B%205%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-4'class="method hidden"><codeid='into.v-4'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 5]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%206%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 6]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U6.html"title="type typenum::consts::U6">U6</a>></code><ahref='#impl-Into%3C%5BT%3B%206%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-5'class="method hidden"><codeid='into.v-5'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 6]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%207%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 7]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U7.html"title="type typenum::consts::U7">U7</a>></code><ahref='#impl-Into%3C%5BT%3B%207%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-6'class="method hidden"><codeid='into.v-6'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 7]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%208%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 8]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U8.html"title="type typenum::consts::U8">U8</a>></code><ahref='#impl-Into%3C%5BT%3B%208%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-7'class="method hidden"><codeid='into.v-7'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 8]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%209%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 9]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U9.html"title="type typenum::consts::U9">U9</a>></code><ahref='#impl-Into%3C%5BT%3B%209%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-8'class="method hidden"><codeid='into.v-8'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 9]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2010%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 10]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U10.html"title="type typenum::consts::U10">U10</a>></code><ahref='#impl-Into%3C%5BT%3B%2010%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-9'class="method hidden"><codeid='into.v-9'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 10]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2011%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 11]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U11.html"title="type typenum::consts::U11">U11</a>></code><ahref='#impl-Into%3C%5BT%3B%2011%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-10'class="method hidden"><codeid='into.v-10'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 11]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2012%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 12]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U12.html"title="type typenum::consts::U12">U12</a>></code><ahref='#impl-Into%3C%5BT%3B%2012%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-11'class="method hidden"><codeid='into.v-11'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 12]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2013%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 13]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U13.html"title="type typenum::consts::U13">U13</a>></code><ahref='#impl-Into%3C%5BT%3B%2013%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-12'class="method hidden"><codeid='into.v-12'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 13]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2014%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 14]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U14.html"title="type typenum::consts::U14">U14</a>></code><ahref='#impl-Into%3C%5BT%3B%2014%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-13'class="method hidden"><codeid='into.v-13'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 14]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2015%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 15]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U15.html"title="type typenum::consts::U15">U15</a>></code><ahref='#impl-Into%3C%5BT%3B%2015%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-14'class="method hidden"><codeid='into.v-14'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 15]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2016%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 16]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U16.html"title="type typenum::consts::U16">U16</a>></code><ahref='#impl-Into%3C%5BT%3B%2016%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-15'class="method hidden"><codeid='into.v-15'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 16]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2017%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 17]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U17.html"title="type typenum::consts::U17">U17</a>></code><ahref='#impl-Into%3C%5BT%3B%2017%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-16'class="method hidden"><codeid='into.v-16'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 17]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2018%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 18]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U18.html"title="type typenum::consts::U18">U18</a>></code><ahref='#impl-Into%3C%5BT%3B%2018%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-17'class="method hidden"><codeid='into.v-17'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 18]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2019%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 19]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U19.html"title="type typenum::consts::U19">U19</a>></code><ahref='#impl-Into%3C%5BT%3B%2019%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-18'class="method hidden"><codeid='into.v-18'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 19]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2020%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 20]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U20.html"title="type typenum::consts::U20">U20</a>></code><ahref='#impl-Into%3C%5BT%3B%2020%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-19'class="method hidden"><codeid='into.v-19'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 20]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2021%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 21]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U21.html"title="type typenum::consts::U21">U21</a>></code><ahref='#impl-Into%3C%5BT%3B%2021%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-20'class="method hidden"><codeid='into.v-20'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 21]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2022%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 22]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U22.html"title="type typenum::consts::U22">U22</a>></code><ahref='#impl-Into%3C%5BT%3B%2022%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-21'class="method hidden"><codeid='into.v-21'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 22]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2023%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 23]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U23.html"title="type typenum::consts::U23">U23</a>></code><ahref='#impl-Into%3C%5BT%3B%2023%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-22'class="method hidden"><codeid='into.v-22'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 23]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2024%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 24]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U24.html"title="type typenum::consts::U24">U24</a>></code><ahref='#impl-Into%3C%5BT%3B%2024%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-23'class="method hidden"><codeid='into.v-23'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 24]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2025%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 25]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U25.html"title="type typenum::consts::U25">U25</a>></code><ahref='#impl-Into%3C%5BT%3B%2025%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-24'class="method hidden"><codeid='into.v-24'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 25]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2026%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 26]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U26.html"title="type typenum::consts::U26">U26</a>></code><ahref='#impl-Into%3C%5BT%3B%2026%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-25'class="method hidden"><codeid='into.v-25'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 26]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2027%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 27]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U27.html"title="type typenum::consts::U27">U27</a>></code><ahref='#impl-Into%3C%5BT%3B%2027%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-26'class="method hidden"><codeid='into.v-26'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 27]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2028%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 28]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U28.html"title="type typenum::consts::U28">U28</a>></code><ahref='#impl-Into%3C%5BT%3B%2028%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-27'class="method hidden"><codeid='into.v-27'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 28]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2029%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 29]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U29.html"title="type typenum::consts::U29">U29</a>></code><ahref='#impl-Into%3C%5BT%3B%2029%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-28'class="method hidden"><codeid='into.v-28'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 29]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2030%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 30]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U30.html"title="type typenum::consts::U30">U30</a>></code><ahref='#impl-Into%3C%5BT%3B%2030%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-29'class="method hidden"><codeid='into.v-29'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 30]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2031%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 31]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U31.html"title="type typenum::consts::U31">U31</a>></code><ahref='#impl-Into%3C%5BT%3B%2031%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-30'class="method hidden"><codeid='into.v-30'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 31]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into%3C%5BT%3B%2032%5D%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><[T; 32]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, <aclass="type"href="../typenum/consts/type.U32.html"title="type typenum::consts::U32">U32</a>></code><ahref='#impl-Into%3C%5BT%3B%2032%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#138-143'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-31'class="method hidden"><codeid='into.v-31'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> [T; 32]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#140-142'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-LowerHex'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><u8>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html"title="trait core::fmt::LowerHex">LowerHex</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><u8, T><spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><T>,<br> <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output"title="type core::ops::arith::Add::Output">Output</a>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><u8>, </span></code><ahref='#impl-LowerHex'class='anchor'></a><aclass='srclink'href='../src/generic_array/hex.rs.html#28-64'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.fmt-1'class="method hidden"><codeid='fmt.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass='srclink'href='../src/generic_array/hex.rs.html#33-63'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3id='impl-UpperHex'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><u8>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html"title="trait core::fmt::UpperHex">UpperHex</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><u8, T><spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><T>,<br> <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output"title="type core::ops::arith::Add::Output">Output</a>: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><u8>, </span></code><ahref='#impl-UpperHex'class='anchor'></a><aclass='srclink'href='../src/generic_array/hex.rs.html#66-102'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.fmt-2'class="method hidden"><codeid='fmt.v-2'>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass='srclink'href='../src/generic_array/hex.rs.html#71-101'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3id='impl-Clone'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Clone'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#19-26'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.clone'class="method hidden"><codeid='clone.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone'class='fnname'>clone</a>(&self) -><aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N></code><aclass='srclink'href='../src/generic_array/impls.rs.html#23-25'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4id='method.clone_from'class="method hidden"><codeid='clone_from.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from'class='fnname'>clone_from</a>(&mut self, source: &Self)</code><spanclass='since'title='Stable since Rust version 1.0.0'>1.0.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3id='impl-Default'class='impl'><codeclass='in-band'>impl<T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html"title="trait core::default::Default">Default</a>, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Default'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#9-17'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.default'class="method hidden"><codeid='default.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default'class='fnname'>default</a>() -> Self</code><aclass='srclink'href='../src/generic_array/impls.rs.html#14-16'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns the "default value" for a type. <ahref="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></div><h3id='impl-Borrow%3C%5BT%5D%3E'class='impl'><codeclass='in-band'>impl<T, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><[T]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-Borrow%3C%5BT%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#76-84'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow'class="method hidden"><codeid='borrow.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow'class='fnname'>borrow</a>(&self) ->&[T]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#81-83'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id='impl-BorrowMut%3C%5BT%5D%3E'class='impl'><codeclass='in-band'>impl<T, N><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><[T]> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, N><spanclass="where fmt-newline">where<br> N: <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>, </span></code><ahref='#impl-BorrowMut%3C%5BT%5D%3E'class='anchor'></a><aclass='srclink'href='../src/generic_array/impls.rs.html#86-94'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow_mut'class="method hidden"><codeid='borrow_mut.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut'class='fnname'>borrow_mut</a>(&mut self) ->&mut [T]</code><aclass='srclink'href='../src/generic_array/impls.rs.html#91-93'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div></div><h2id='synthetic-implementations'class='small-section-header'>Auto Trait Implementations<ahref='#synthetic-implementations'class='anchor'></a></h2><divid='synthetic-implementations-list'><h3id='impl-Unpin'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="../generic_array/struct.GenericArray.html"title="struct generic_array::GenericArray">GenericArray</a><T, U><spanclass="where fmt-newline">where<br> <U as <aclass="trait"href="../generic_array/trait.ArrayLength.html"title="trait generic_array::ArrayLength">ArrayLength</a><T>>::<aclass="type"href="../generic_array/trait.ArrayLength.html#associatedtype.ArrayType"title="type generic_array::ArrayLength::ArrayType">ArrayType</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a>, </span></code><ahref='#impl-Unpin'class='anchor'></a></h3><divclass='impl-items'></div></div><h2id='blanket-implementations'class='small-section-header'>Blanket Implementations<ahref='#blanket-implementations'class='anchor'></a></h2><divid='blanket-implementations-list'><h3id='impl-From%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</code><ahref='#impl-From%3CT%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#552-554'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.from-34'class="method hidden"><codeid='from.v-34'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from'class='fnname'>from</a>(t: T) -> T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-TryFrom%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref='#impl-TryFrom%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#571-577'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error'class="type"><codeid='Error.t'>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error'class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_from'class="method hidden"><codeid='try_from.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from'class='fnname'>try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#574-576'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-IntoIterator-3'class='impl'><codeclass='in-band'>impl<I><aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html"title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a> for I <spanclass="where fmt-newline">where<br> I: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html"title="trait core::iter::traits::iterator::Iterator">Iterator</a>, </span></code><ahref='#impl-IntoIterator-3'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#242-249'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Item-3'class="type"><codeid='Item.t-3'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item'class="type">Item</a> = <I as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html"title="trait core::iter::traits::iterator::Iterator">Iterator</a>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item"title="type core::iter::traits::iterator::Iterator::Item">Item</a></code></h4><divclass='docblock'><p>The type of the elements being iterated over.</p>
</div><h4id='associatedtype.IntoIter-3'class="type"><codeid='IntoIter.t-3'>type <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.IntoIter'class="type">IntoIter</a> = I</code></h4><divclass='docblock'><p>Which kind of iterator are we turning this into?</p>
</div><h4id='method.into_iter-3'class="method hidden"><codeid='into_iter.v-3'>fn <ahref='https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter'class='fnname'>into_iter</a>(self) -> I</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/iter/traits/collect.rs.html#246-248'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates an iterator from a value. <ahref="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#tymethod.into_iter">Read more</a></p>
</div></div><h3id='impl-Into%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref='#impl-Into%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#543-548'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.into-32'class="method hidden"><codeid='into.v-32'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> U</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#545-547'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-TryInto%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref='#impl-TryInto%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#559-566'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error-1'class="type"><codeid='Error.t-1'>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error'class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_into'class="method hidden"><codeid='try_into.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into'class='fnname'>try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#563-565'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-Borrow%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Borrow%3CT%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow-1'class="method hidden"><codeid='borrow.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow'class='fnname'>borrow</a>(&self) ->&T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id='impl-BorrowMut%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-BorrowMut%3CT%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow_mut-1'class="method hidden"><codeid='borrow_mut.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut'class='fnname'>borrow_mut</a>(&mut self) ->&mut T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id='impl-Any'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Any'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.type_id'class="method hidden"><codeid='type_id.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id'class='fnname'>type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3id='impl-Same%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="../typenum/type_operators/trait.Same.html"title="trait typenum::type_operators::Same">Same</a><T> for T</code><ahref='#impl-Same%3CT%3E'class='anchor'></a><aclass='srclink'href='../src/typenum/type_operators.rs.html#32-34'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-1'class="type"><codeid='Output.t-1'>type <ahref='../typenum/type_operators/trait.Same.html#associatedtype.Output'class="type">Output</a> = T</code></h4><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></div></div></section><sectionid="search"class="content hidden"></section><sectionclass="footer"></section><asideid="help"class="hidden"><div><h1class="hidden">Help</h1><divclass="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>⏎</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><divclass="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath="../";window.currentCrate="generic_array";</script><scriptsrc="../aliases.js"></script><scriptsrc="../main.js"></script><scriptdefersrc="../search-index.js"></script></body></html>