| 8 | |
| 9 | #[derive(Debug)] |
| 10 | pub struct BigIntImpl<const N_BITS: u32, const LIMB_SIZE: u32> {} |
| 11 | |
| 12 | impl<const N_BITS: u32, const LIMB_SIZE: u32> BigIntImpl<N_BITS, LIMB_SIZE> { |
| 13 | pub const N_BITS: u32 = N_BITS; |
nothing calls this directly
no outgoing calls
no test coverage detected