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