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

Implementing Vec traits for Vec32 #11

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

ryanavella
Copy link
Contributor

Implementing some standard traits that Vec has, but Vec32 doesn't.

  • AsMut<[T]>
  • AsMut<Vec32<T>>
  • AsRef<[T]>
  • AsRef<Vec32<T>>
  • Borrow<[T]>
  • BorrowMut<[T]>
  • Default
  • Index
  • IndexMut
  • Ord

…32<T>>, AsRef<[T]>, AsRef<Vec32<T>>, Borrow<[T]>, BorrowMut<[T]>, Default, Index, IndexMut, and Ord.
@mbrubeck
Copy link
Owner

Thanks!

@mbrubeck mbrubeck merged commit 74a55b9 into mbrubeck:master Nov 17, 2020
@mbrubeck
Copy link
Owner

Published: https://crates.io/crates/mediumvec/1.1.0

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