isAccumulator.isAccumulator

Undocumented in source.
template isAccumulator(ValueType, alias fun)
enum isAccumulator = is(typeof(fun(cast(ValueType[])[]))) || is(typeof(fun(cast(ValueType[])[], cast(Exception[])[])));

Meta