DoxigAlpha

Exponent

Source

Implementation

#
pub const Exponent = @Type(.{ .int = .{
    .signedness = .signed,
    .bits = 1 + exponent_bits,
} })