Home
last modified time | relevance | path

Searched defs:ReduceSeedType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d3167 private template ReduceSeedType(E) in ReduceSeedType() function
3173 alias ReduceSeedType = Unqual!(typeof(fun(lvalueOf!E, lvalueOf!E))); in ReduceSeedType() local