---
title: "hash(into:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/character/hash(into:)"
---

# hash(into:)

Hashes the essential components of this value by feeding them into the given hasher.

## Declaration

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

## Parameters

- `hasher`: The hasher to use when combining the components of this instance.

## See Also

### Describing a Character

- [description](swift/character/description.md)
- [debugDescription](swift/character/debugdescription.md)
- [customMirror](swift/character/custommirror.md)
- [customPlaygroundQuickLook](swift/character/customplaygroundquicklook.md)
