removes incompatible mods such as ez+hr and mods from other mods
const mods: Mod[] = ['4K', 'FI', 'EZ', 'HD', 'DT', 'NC', 'HR']; removeIncompatible(mods); // => ['EZ', 'HD', 'DT'] Copy
const mods: Mod[] = ['4K', 'FI', 'EZ', 'HD', 'DT', 'NC', 'HR']; removeIncompatible(mods); // => ['EZ', 'HD', 'DT']
removes incompatible mods such as ez+hr and mods from other mods
Example