func hash()

in MultiplePlayers-SwiftUI/Models/PlayerModel.swift [21:25]


    func hash(into hasher: inout Hasher) {
        hasher.combine(url)
        hasher.combine(playerView)
        hasher.combine(player)
    }