Type Definition multistr::SliceArray13 [] [src]

type SliceArray13<T: 'static + Copy> = Static13<[T]>;

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