Type Definition multistr::SliceArray9 [] [src]

type SliceArray9<T: 'static + Copy> = Static9<[T]>;

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