Skip to content

DependencyAliases

tgrapperon edited this page Dec 26, 2021 · 2 revisions

DependencyAliases

public struct DependencyAliases 

Initializers

init()

public init() 

Methods

clear()

public mutating func clear() 

alias(dependency:to:)

public mutating func alias<T>(dependency: T, to default: T) where T: Hashable 

standardAlias(for:)

public func standardAlias<T>(for dependency: T) -> T where T: Hashable 

aliasing(with:)

public func aliasing<T>(with dependency: T) -> Set<T> where T: Hashable 
Clone this wiki locally