Type Definition multistr::SliceArray6 [] [src]

type SliceArray6<T: 'static + Copy> = Static6<[T]>;

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