DependencyAliases - tgrapperon/swift-composable-environment GitHub Wiki
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