Image.paste

Undocumented in source. Be warned that the author may not have intended to support it.
struct Image(size_t N)
pure
void
paste
(
V
)
(
in V pos
,
in Image!N im
)
if (
isCompatibleVector!(N, size_t, V)
)
if (
N > 0
)

Meta