Type Definition multistr::SliceVec [] [src]

type SliceVec<T: 'static + Copy> = Dynamic<[T]>;

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