writeTo

Same as toFile, but accepts void[] and does not conflict with the std.stdio function.

void
writeTo
(
const(void)[] data
,
in char[] target
)

Meta