dfmt/tests/knr/ufcschain.d.ref

7 lines
101 B
Plaintext

void main()
{
stuff[].map!(things => stuff.doThings)
.filter!(stuff)
.array();
}