Type Definition multistr::SliceArray2 [] [src]

type SliceArray2<T: 'static + Copy> = Static2<[T]>;

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