Structures

The following structures are available globally.

  • A value representing an Entity or set of Entity

    See more

    Declaration

    Swift

    public struct AliasKey<T> : Hashable
  • A type registering observers on a given entity from identity storage

    See more

    Declaration

    Swift

    public struct EntityObserver<T>
  • A KeyPath wrapper allowing only Identifiable/Aggregate keypaths

    See more

    Declaration

    Swift

    public struct PartialIdentifiableKeyPath<Root>