# SortedMapEntryHandle

`import { SortedMapEntryHandle } from "destack:collections";`

Mutating access to one sorted map entry.

```ds title="SortedMapEntryHandle"
export struct SortedMapEntryHandle<'a, K, V>
```

[language/library/src/collections/sorted-map.ds:23:29](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/sorted-map.ds#L23-L29)
