unitizeFunc.unitizeFunc

Undocumented in source. Be warned that the author may not have intended to support it.
template unitizeFunc(func...)
pragma(inline)
unitizeFunc
(
Args...
)
(
Args args
)
if (
is(typeof(func[0](args)))
)
if (
func.length == 1
)

Meta