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