API reference

SystemSet Type Alias

A collection of SystemDependencyConfig objects. Represents the set of dependencies for a system, including both required and optional dependencies.

Signature

typealias SystemSet = MutableSet<SystemDependencyConfig>