Skip to content

Structure

Storage

A container providing arbitrary storage for extensions of an existing type, designed to obviate the problem of being unable to add stored properties to a type in an extension. Each stored item is keyed by a type conforming to StorageKey protocol.
struct Storage

Topics

Initializers

Instance Methods

Subscripts

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype