/ / メモ
2009-06-11

struct pair
{
    int car;
    pair delegate() cdr;
}

こんな感じのリストが無限リストらしい。

トラックバック http://mikanya.dip.jp/memo/2009-06-11-1