Type Definition multistr::SliceArray10 [] [src]

type SliceArray10<T: 'static + Copy> = Static10<[T]>;

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