Protocols

The following protocols are available globally.

  • Protocol for AtomicKit thread-safe wrapper objects around a value/type.

    See more

    Declaration

    Swift

    public protocol ThreadSafeValueWrapper
  • Undocumented

    See more

    Declaration

    Swift

    public protocol SKSequence : AnyObject, Decodable, Encodable, Equatable
  • A protocol that all SourceKit UIDs conform to.

    See more

    Declaration

    Swift

    public protocol SourceKitUID : CustomStringConvertible, RawRepresentable where Self.RawValue == String