Type Definition multistr::SliceArray12 [] [src]

type SliceArray12<T: 'static + Copy> = Static12<[T]>;

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