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

impl Listable for std collections #13

Merged
merged 2 commits into from
May 11, 2021
Merged

impl Listable for std collections #13

merged 2 commits into from
May 11, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented May 11, 2021

remaining std::collections types and some types:

  • impl<T: Valuable> Listable for Rc<[T]>
  • impl<T: Valuable> Listable for Arc<[T]>
  • impl<T: Valuable> Listable for VecDeque<T>
  • impl<T: Valuable> Listable for LinkedList<T>
  • impl<T: Valuable + Ord> Listable for BinaryHeap<T>
  • impl<T: Valuable + Ord> Listable for BTreeSet<T>
  • impl<T: Valuable + Eq + Hash, H: BuildHasher> Listable for HashSet<T, H>

@taiki-e taiki-e requested a review from carllerche May 11, 2021 21:55
@carllerche carllerche merged commit 3622078 into master May 11, 2021
@taiki-e taiki-e deleted the taiki-e/listable branch May 12, 2021 01:27
@taiki-e taiki-e mentioned this pull request May 12, 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

Successfully merging this pull request may close these issues.

2 participants