---
title: "hash(into:)"
framework: swift-package-manager
role: symbol
role_heading: Instance Method
path: "swift-package-manager/documentation/packagedescription/resource/localization/hash(into:)"
---

# hash(into:)

Hashes the localization by feeding the item into the given hasher.

## Declaration

```swift
func hash(into hasher: inout Hasher)
```

## Parameters

- `hasher`: The hasher.

## See Also

### Hashing

- [hashValue](swift-package-manager/documentation/packagedescription/resource/localization/hashvalue.md)
