DoxigAlpha

Function parameters

Parameters

#
array:*const [2]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 int16(array: *const [2]u8) u16 {
    return @bitCast(array.*);
}