Type Definition multistr::SliceArray2[][src]

type SliceArray2<T> = Static2<[T]>;

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