-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm gathering a list of missing APIs here instead of having them in multiple separate issues.
-
FromIterator
,IntoIterator
(impl more standard traits #9) (added in impl more standard traits #9). -
Map::contains_key
/Set::contains
(Useful APIs from HashMap / BTreeMap #10) (added in implMap::contains_key
#22). -
Map::is_empty
/Set::is_empty
(Useful APIs from HashMap / BTreeMap #10). -
Map::len
/Set::len
(Useful APIs from HashMap / BTreeMap #10). -
Map::retain
/Set::retain
(Useful APIs from HashMap / BTreeMap #10) (added in implMap::retain
andSet::retain
#27). -
Entry
api (Entry api #5) (added in Entry API #31).
Thanks to @msdrigg and @pitaj for the requests!
If you see something you'd like to implement, set up a PR and poke this issue (relates #11)
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request