more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
copyFrom
more
array
TODO move this to mored
pragma(
inline
)
void
copyFrom
(
T
U
)
(
T
dst
,
U
src
)
if
(
isArrayLike
!
T
&&
isArrayLike
!
U
&&
dst
[0].
sizeof
==
src
[0].
sizeof
)
Meta
Source
See Implementation
more
array
functions
asLengthArray
copyFrom
setBytes
properties
asLimitArray
structs
LengthArray
templates
LimitArray
isArrayLike
TODO move this to mored