Skip to content
tgrapperon edited this page Aug 22, 2022 · 11 revisions

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