fn Limbs(T: type) type
fn Limbs(T: type) type { const int_info = @typeInfo(T).int; const limb_cnt = comptime limbCount(int_info.bits); return [limb_cnt]u64; }