consume.consume

Undocumented in source. Be warned that the author may not have intended to support it.
template consume(alias fun, Hook = Abort)
consume
(
Args...
)
(
auto ref Args args
)
if (
is(typeof(fun(forward!args)))
)

Meta