Type Definition multistr::SliceArray3[][src]

type SliceArray3<T> = Static3<[T]>;

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