int32
Function parameters
Parameters
- array:*const [4]u8
Type definitions in this namespace
Types
Returns the number of bytes consumed by headers.
Functions
- feed
- Returns the number of bytes consumed by headers.
Source
Implementation
inline fn int32(array: *const [4]u8) u32 {
return @bitCast(array.*);
}