const readIntSliceLittle: type = switch (native_endian) {
    .Little => readIntSliceNative,
    .Big => readIntSliceForeign,
};