Searched refs:mapFun (Results 1 – 2 of 2) sorted by relevance
1296 alias mapFun = unaryFun!map; variable1303 alias MapType = Unqual!(typeof(mapFun(CommonElement.init)));1304 MapType extremeElementMapped = mapFun(extremeElement);1311 MapType mapElement = mapFun(r[i]);1323 MapType mapElement = mapFun(r.front);
1344 alias mapFun = unaryFun!map; variable1381 alias MapType = Unqual!(typeof(mapFun(CommonElement.init)));1382 MapType extremeElementMapped = mapFun(extremeElement);1389 MapType mapElement = mapFun(r[i]);1401 MapType mapElement = mapFun(r.front);