std
::
core
::
mem
set
macro
void
set
(
void
*
dst
,
char
val
,
usz
len
,
usz
$dst_align
=
0
,
bool
$is_volatile
=
false
)
Sets all memory in a region to that of the provided byte.
Parameters