migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.07k stars 70 forks source link

Make StringName Hashable #379

Closed migueldeicaza closed 7 months ago

migueldeicaza commented 7 months ago
    public func hash(into hasher: inout Hasher) {
        hasher.combine(self.hash ())
    }