Skip to content

InvertibleProtocolSet

tevelee edited this page Jul 25, 2026 · 2 revisions

InvertibleProtocolSet

A set of invertible protocol requirements carried by a function type.

public struct InvertibleProtocolSet 

Properties

bits

Flags as represented in bits.

public let bits: UInt16

invertsCopyable

Whether Copyable is inverted, permitting ~Copyable values.

public var invertsCopyable: Bool 

invertsEscapable

Whether Escapable is inverted, permitting ~Escapable values.

public var invertsEscapable: Bool 

isEmpty

Whether no invertible protocol requirement is inverted.

public var isEmpty: Bool 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally