Type Definition multistr::SliceArray3 [] [src]

type SliceArray3<T: 'static + Copy> = Static3<[T]>;

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