DoxigAlpha

peek

Function parameters

Parameters

#
self:*const @This()

Functions in this namespace

Functions

#
pushWithStateAssumeCapacity
Standalone function for working with a fixed-size buffer.
peekWithState
Standalone function for working with a fixed-size buffer.
popWithState
Standalone function for working with a fixed-size buffer.

Source

Implementation

#
pub fn peek(self: *const @This()) u1 {
    return peekWithState(self.bytes.items, self.bit_len);
}