DataSlice

type DataSlice = Readonly<{
  length: number;
  offset: number;
}>;