Description
Hello and thanks for this great library!
I recently migrated away from my own primitive sorted container implementation and have never looked back.
There is only one feature that is important to me, but is currently not provided: type hints. And it looks to me as if the community feels the same: #68, #155
I am reasonably experienced with inline type hints and would offer to prepare a PR for that purpose, or pick up the work already done by others: #107, #136
One precondition would be to drop support for EOL Python versions, which is anything older than Python 3.7 at this point. I could draft a corresponding PR, if there is interest.
This might be the ground work for sortedcontainers version 3, to be followed be other issues already tagged as V3.
How does @grantjenks feel about this?