Type Definition multistr::SliceArray16 [] [src]

type SliceArray16<T: 'static + Copy> = Static16<[T]>;

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