SystemConstructor interface
The system constructor is a function which initializes and connects nodes and returns them as a [[system]]. If the [[system]] call specifies system dependencies, the constructor receives the dependencies as an array argument.
Signature:
export interface SystemConstructor<D extends AnySystemSpecs>