Type Definition multistr::SliceArray5 [] [src]

type SliceArray5<T: 'static + Copy> = Static5<[T]>;

Array of immutable slices stored on the heap in the same buffer.