SealedEcosystem

public protocol SealedEcosystem

An immutable snapshot of an Ecosystem

  • Creates an instance of the given entity kind

    Declaration

    Swift

    func createEntity<Entity>() throws -> Entity