inline fn secureZero(comptime T: type, s: []T) void
[src]
Sets a slice to zeroes. Prevents the store from being optimized out.
inline fn secureZero(comptime T: type, s: []T) void
Sets a slice to zeroes. Prevents the store from being optimized out.