Function from Array to void can be constructed from a Function to void.
import std.stdio, std.range, std.array; RealFunction!(writeln!int).get.arraySink()(10.iota.array);
See Implementation
Function from Array to void can be constructed from a Function to void.