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

feat: additional vec apis #2

Merged
merged 11 commits into from
Oct 3, 2024
Merged

feat: additional vec apis #2

merged 11 commits into from
Oct 3, 2024

Conversation

amunra
Copy link
Collaborator

@amunra amunra commented Sep 27, 2024

Overview

Improved Vec implementation.

New Associated Functions

  • allocator
  • truncate
  • extend_with
  • resize
  • resize_with

New Traits

  • PartialEq
  • AsRef
  • AsMut

Closes #6

@amunra amunra changed the title feat: additional vec apis (truncate, extend_with, resize) feat: additional vec apis (truncate, extend_with, resize, resize_with) Sep 27, 2024
@amunra amunra changed the title feat: additional vec apis (truncate, extend_with, resize, resize_with) feat: additional vec apis Sep 27, 2024
@amunra amunra force-pushed the more_vec_methods branch 2 times, most recently from a5fb5fd to 0f2ddbe Compare October 1, 2024 10:56
src/vec.rs Outdated Show resolved Hide resolved
src/vec.rs Outdated Show resolved Hide resolved
@eugenels eugenels self-requested a review October 3, 2024 10:11
@amunra amunra merged commit e525779 into main Oct 3, 2024
18 checks passed
@amunra amunra deleted the more_vec_methods branch October 3, 2024 10:17
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.

Add Vec type
2 participants