fn byteSwapAllFields(comptime S: type, ptr: *S) void
[src]
Swap the byte order of all the members of the fields of a struct (Changing their endianness)
fn byteSwapAllFields(comptime S: type, ptr: *S) void
Swap the byte order of all the members of the fields of a struct (Changing their endianness)