<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcoretest/array.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-08-31T08:55:39+00:00</updated>
<entry>
<title>Implement `FixedSizeArray` for all fixed size arrays</title>
<updated>2015-08-31T08:55:39+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2015-08-29T16:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d2709def2ecd7f4752a598a01280eef17be08e1'/>
<id>urn:sha1:4d2709def2ecd7f4752a598a01280eef17be08e1</id>
<content type='text'>
Do so by using the fact that fixed size arrays (like `[u8; 8]` can be coerced
to slices `&amp;[u8]`, this is expressed through the trait `Unsize&lt;[T]&gt;` that all
fixed size arrays implement.
</content>
</entry>
</feed>
