BundleReference
public struct BundleReference<T> : Hashable, Sendable where T : BundleDecl
extension BundleReference: CustomStringConvertible
A reference to a method or subscript bundle.
-
The ID of the referred bundle.
Declaration
Swift
public let bundle: T.ID -
If
bundleis generic, the arguments to its generic parameter.Declaration
Swift
public let arguments: GenericArguments -
The capabilities requested on the bundle receiver.
Declaration
Swift
public let capabilities: AccessEffectSet -
Creates a reference to
dspecialized bya, requesting capabilitieskon the receiver.Declaration
Swift
public init(to d: T.ID, specializedBy a: GenericArguments, requesting k: AccessEffectSet) -
Declaration
Swift
public var description: String { get }
View on GitHub