dhawal543

Results 2 issues of dhawal543

This PR fixes a compile-time function evaluation (CTFE) error in biguintcore.d. The error occurs because GC.free() cannot be interpreted at compile time. I've added checks using __ctfe to ensure the...

This PR fixes a compile-time function evaluation (CTFE) error in biguintcore.d. The error occurs because GC.free() cannot be interpreted at compile time. I've added checks using __ctfe to ensure the...