blob: f2cdf00e318eeacd62add7b13f85396f95b8dbca [file] [log] [blame]
extension Thing : Hashable {
func hash(into hasher: inout Hasher) {
hasher.combine(value)
}
}