zig/lib/std/math/big
Andrew Kelley a5c910adb6 change semantics of @memcpy and @memset
Now they use slices or array pointers with any element type instead of
requiring byte pointers.

This is a breaking enhancement to the language.

The safety check for overlapping pointers will be implemented in a
future commit.

closes #14040
2023-04-25 11:23:40 -07:00
..
int.zig std.math.big.int: Initialize limbs in addWrap 2023-04-20 16:00:37 -07:00
int_test.zig change semantics of @memcpy and @memset 2023-04-25 11:23:40 -07:00
rational.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00