minus

operator fun minus(flagName: String): FlagStore

Returns a copy of this store without the flag named flagName.


operator fun minus(flagNames: Iterable<String>): FlagStore

Returns a copy of this store without any of the flags named in flagNames.