Constant readPackedIntNative [src]

Source

pub const readPackedIntNative = switch (native_endian) { .little => readPackedIntLittle, .big => readPackedIntBig, }