Type Definition multistr::SliceArray11 [] [src]

type SliceArray11<T: 'static + Copy> = Static11<[T]>;

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