Closed
Description
The slice page is huge. These [T; N]
really need to be condensed at least in rustdoc somehow. This is absurd.
impl<T> Clone for [T; 0] where T: Copy
...
impl<S, T> Hash<S> for [T; 0] where S: Hasher, S: Writer, T: Hash<S>
...
Repeats for 0...31 along with all the sub-functionality each `impl` brings
...
impl<T> Clone for [T; 32] where T: Copy
...
impl<S, T> Hash<S> for [T; 32] where S: Hasher, S: Writer, T: Hash<S>