zig/std/math/big
Marc Tiehuis ea1d2a2409 Add read-only, non-allocating Int for internal constants
A constant Int is one which has a value of null for its allocator field.
It cannot be resized or have its limbs written. Any attempt made to
write to it will be caught with a runtime panic.
2019-04-11 19:36:35 +12:00
..
int.zig Add read-only, non-allocating Int for internal constants 2019-04-11 19:36:35 +12:00