Type Aliases
The following type aliases are available globally.
-
Declaration
Swift
public typealias EntityEnumWrapper = EntityWrapper
-
Declaration
Swift
public typealias IdentityMap = EntityStore
-
A type used to annotate track object modifications through time. Most of the time you’ll just use date as stamp using
Date().stamp
methodDeclaration
Swift
public typealias Stamp = Double