xxxxxxxxxx
struct S
{
int byKey(int delegate(int) dg)
return 0;
}
void main()
S s;
foreach(i; &s.byKey) {}
foreach_reverse(i; &s.byKey) {}