Type Definition multistr::SliceArray15 [] [src]

type SliceArray15<T: 'static + Copy> = Static15<[T]>;

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