| ... | @@ -1845,7 +1845,7 @@ pub const Mutable = struct { | ... | @@ -1845,7 +1845,7 @@ pub const Mutable = struct { |
| 1845 | /// [1, 2, 3, 4, 0] -> [1, 2, 3, 4] | 1845 | /// [1, 2, 3, 4, 0] -> [1, 2, 3, 4] |
| 1846 | /// [1, 2, 0, 0, 0] -> [1, 2] | 1846 | /// [1, 2, 0, 0, 0] -> [1, 2] |
| 1847 | /// [0, 0, 0, 0, 0] -> [0] | 1847 | /// [0, 0, 0, 0, 0] -> [0] |
| 1848 | fn normalize(r: *Mutable, length: usize) void { | 1848 | pub fn normalize(r: *Mutable, length: usize) void { |
| 1849 | r.len = llnormalize(r.limbs[0..length]); | 1849 | r.len = llnormalize(r.limbs[0..length]); |
| 1850 | } | 1850 | } |
| 1851 | }; | 1851 | }; |