Often in missions we are iterating through groups for cleanup
code like
{deleteGroup _x} forEach (allGroups select {*conditions});
would be handy to have this forEach iteration done internally so we can just
deleteGroup (allGroups select {*conditions});
As well with map markers
deleteMarker allMapMarkers