mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-27 00:13:48 +00:00
![]() `mem.copy` requires that `dest` has start index `<= src`, but in our case, `dest` has start index `>= src`. For this, `copyBackwards` should be used. See https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L195-L222. Closes #4697 |
||
---|---|---|
.. | ||
helpers | ||
dec.zig | ||
expect.zig | ||
hash.zig | ||
list.zig | ||
main.zig | ||
num.zig | ||
panic.zig | ||
str.zig | ||
utils.zig |