type: Type
limbs_len: u32
pub const limbs = @divExact(@bitSizeOf(Integer), @bitSizeOf(std.math.big.Limb))
pub const Integer = packed struct(u64) { type: Type, limbs_len: u32, pub const limbs = @divExact(@bitSizeOf(Integer), @bitSizeOf(std.math.big.Limb)); }
Press escape to exit search and then '?' to see more options.