MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / const_generic_impl.rs

File const_generic_impl.rs

src/array/const_generic_impl.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::Array;
2
3impl<T: Default, const N: usize> Array for [T; N] {
4 type Item = T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected