Exemple #1
0
 public static TEnum RemoveFlags <TEnum>(TEnum value, TEnum otherFlags) => FlagEnums.RemoveFlagsUnsafe(value, otherFlags);