Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing functionality for ArrayMap #3

Open
45 of 47 tasks
Luro02 opened this issue Jul 2, 2021 · 0 comments
Open
45 of 47 tasks

Missing functionality for ArrayMap #3

Luro02 opened this issue Jul 2, 2021 · 0 comments
Assignees

Comments

@Luro02
Copy link
Owner

Luro02 commented Jul 2, 2021

Functions that should be implemented:

  • ArrayMap::capacity
  • ArrayMap::clear
  • ArrayMap::contains_key
  • ArrayMap::drain
  • ArrayMap::drain_filter
  • ArrayMap::entry
  • ArrayMap::get
  • ArrayMap::get_key_value
  • ArrayMap::get_key_value_mut
  • ArrayMap::get_mut
  • ArrayMap::hasher
  • ArrayMap::insert
  • ArrayMap::is_empty
  • ArrayMap::iter
  • ArrayMap::iter_mut
  • ArrayMap::keys
  • ArrayMap::len
  • ArrayMap::new
  • ArrayMap::raw_entry
  • ArrayMap::raw_entry_mut
  • ArrayMap::remove
  • ArrayMap::remove_entry
  • ArrayMap::retain
  • ArrayMap::try_insert
  • ArrayMap::values
  • ArrayMap::values_mut
  • ArrayMap::with_hasher

Nightly only functions:

  • ArrayMap::get_each_key_value_mut
  • ArrayMap::get_each_mut

Traits:

  • Copy
  • Clone
  • Debug
  • Default
  • PartialEq
  • Eq
  • Extend<(&K, &V)> TryExtend<(&K, &V)>
  • Extend<(K, V)> TryExtend<(K, V)>
  • FromIterator<(K, V)> TryFromIterator<(K, V)>
  • Index<&Q>
  • IntoIterator for &ArrayMap, &mut ArrayMap and ArrayMap
  • serde::Serialize
  • serde::Deserialize

Auto Traits:

  • Send
  • Sync
  • Unpin
  • UnwindSafe
  • RefUnwindSafe
@Luro02 Luro02 self-assigned this Jul 2, 2021
@Luro02 Luro02 pinned this issue Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant