Searched defs:ReduceType (Results 1 – 3 of 3) sorted by relevance
232 private template ReduceType(alias fun, R, E) in ReduceType() function234 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local
45 enum ReduceType { enum
216 private template ReduceType(alias fun, R, E) in ReduceType() function218 alias ReduceType = typeof(binaryFun!fun(E.init, ElementType!R.init)); in ReduceType() local