[−][src]Trait array_init::IsArray
Trait for things which are actually arrays.
Probably shouldn't implement this yourself, but you can.
Safety
- if
Array : IsArray
, then it must be sound to transmute betweenArray
and[Array::Item; Array::len()]