fn bytesToValue(comptime T: type, bytes: anytype) T
[src]
Given a pointer to an array of bytes, returns a value of the specified type backed by a copy of those bytes.
fn bytesToValue(comptime T: type, bytes: anytype) T
Given a pointer to an array of bytes, returns a value of the specified type backed by a copy of those bytes.