Bool

extension Bool
  • Undocumented

    Declaration

    Swift

    public static func |= (leftSide: inout Bool, rightSide: Bool)
  • Undocumented

    Declaration

    Swift

    public static func &= (leftSide: inout Bool, rightSide: Bool)
  • Undocumented

    Declaration

    Swift

    public static func ^= (leftSide: inout Bool, rightSide: Bool)