Home
last modified time | relevance | path

Searched refs:mapFun (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d1296 alias mapFun = unaryFun!map; variable
1303 alias MapType = Unqual!(typeof(mapFun(CommonElement.init)));
1304 MapType extremeElementMapped = mapFun(extremeElement);
1311 MapType mapElement = mapFun(r[i]);
1323 MapType mapElement = mapFun(r.front);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d1344 alias mapFun = unaryFun!map; variable
1381 alias MapType = Unqual!(typeof(mapFun(CommonElement.init)));
1382 MapType extremeElementMapped = mapFun(extremeElement);
1389 MapType mapElement = mapFun(r[i]);
1401 MapType mapElement = mapFun(r.front);