Type Definition multistr::SliceArray4 [] [src]

type SliceArray4<T: 'static + Copy> = Static4<[T]>;

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