int24
Function parameters
Parameters
- array:*const [3]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 int24(array: *const [3]u8) u24 {
return @bitCast(array.*);
}