dfmt/tests/otbs/ufcschain.d.ref

6 lines
101 B
Plaintext

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