DoxigAlpha

Exponent

Source

Implementation

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