Type Definition multistr::SliceVec[][src]

type SliceVec<T> = Dynamic<[T]>;

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