fn bigToNative(comptime T: type, x: T) T

Converts a big-endian integer to host endianness.

Parameters

T: type,
x: T,