Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Justice committed Aug 6, 2023
1 parent 71b62a3 commit ff4a6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ For example, go's map implementation is a hash map. This is great with O(1) ope

The tree map uses generics to allow for [Ordered](https://pkg.go.dev/golang.org/x/exp/constraints#Ordered) keys and `any` values.

Tree map function signatures are based off of [sync.Map](https://pkg.go.dev/sync) package.

## Examples
### Key: Int Value: String
```go
Expand Down

0 comments on commit ff4a6d6

Please sign in to comment.