Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
igrmk committed Mar 22, 2022
1 parent ad3597e commit c69857c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ TreeMap v2
`TreeMap` is a generic key-sorted map using a red-black tree under the hood.
It requires and relies on [Go 1.18](https://tip.golang.org/doc/go1.18) generics feature.
Iterators are designed after C++.
Please note that [go report](https://goreportcard.com) does not support generics yet so it gives D mark due to an unknown syntax.

### Usage

Expand Down

0 comments on commit c69857c

Please sign in to comment.