Type Definition multistr::SliceArray7 [] [src]

type SliceArray7<T: 'static + Copy> = Static7<[T]>;

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