more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
setBytes
more
array
Undocumented in source. Be warned that the author may not have intended to support it.
pragma(
inline
)
void
setBytes
(
T
U
)
(
T
dst
,
U
value
)
if
(
isArrayLike
!
T
&&
T.init
[0].
sizeof
== 1
&&
value.sizeof
== 1
)
Meta
Source
See Implementation
more
array
functions
asLengthArray
copyFrom
setBytes
properties
asLimitArray
structs
LengthArray
templates
LimitArray
isArrayLike