Structures
The following structures are available globally.
-
Namespace for settings
See moreDeclaration
Swift
public struct DISetting
-
Short information about component. Needed for good log
See moreDeclaration
Swift
public struct DIComponentInfo : Hashable, CustomStringConvertible
-
Information about cycle.
See moreDeclaration
Swift
public struct DICycle
-
Dependency graph. Contains vertices array: components or argument or type. and transition adjacency list.
See moreDeclaration
Swift
public struct DIGraph