Пример #1
0
 public static TEnum CommonFlags <TEnum>(TEnum value, TEnum otherFlags) => FlagEnums.CommonFlagsUnsafe(value, otherFlags);