Home - tgrapperon/swift-composable-environment GitHub Wiki

Types

Protocols

  • GlobalDependenciesAccessing: A marker protocol that provides convenient access to global dependencies.
  • GlobalEnvironment: A protocol characterizing a type that has no local dependencies.
  • DependencyKey: Conform types to this protocol to define dependencies as Dependencies computed properties.

Global Typealiases

Extensions