    for (auto i : container)
        if (some)
            break;
        else if (other)
            continue;
