Entity
public protocol Entity : AnyObject, Decodable, Encodable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype ID : Decodable, Encodable, Hashable
-
Undocumented
Declaration
Swift
var id: ID { get }
-
==(_:
Extension method_: ) Declaration
Swift
static func == (lhs: Self, rhs: Self) -> Bool
-
hash(into:
Extension method) Declaration
Swift
func hash(into hasher: inout Hasher)