C++0x 6

このエントリーをはてなブックマークに追加
302デフォルトの名無しさん
一方D言語は、

auto result = linq!q{
from n in numbers
where n % 2 == 0
select n
};