Avatar
protocol Hashable : Equatable { var hashValue: Int { get } }