fn copy(comptime T: type, dest: []T, source: []const T) void
[src]
Deprecated: use @memcpy
if the arguments do not overlap, or copyForwards
if they do.
fn copy(comptime T: type, dest: []T, source: []const T) void
Deprecated: use @memcpy
if the arguments do not overlap, or copyForwards
if they do.