[−][src]Trait inplace_it::FixedArray
This trait is a extended copy of unstable core::array::FixedSizeArray.
This is not a perfect solution. Inheritance from AsRef<[T]> + AsMut<[T]> would be preferable.
But until we cannot implement std traits for std types so that inheritance limits us
and we cannot use [T; n] where n > 32.