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

std: BoundedArray is missing addManyAsSlice method #19967

Closed
sjb3d opened this issue May 14, 2024 · 0 comments · Fixed by #19962
Closed

std: BoundedArray is missing addManyAsSlice method #19967

sjb3d opened this issue May 14, 2024 · 0 comments · Fixed by #19962
Labels
bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@sjb3d
Copy link
Contributor

sjb3d commented May 14, 2024

Zig Version

0.12.0

Steps to Reproduce and Observed Behavior

BoundedArray has parity with many methods from ArrayList, but is missing the addManyAsSlice method. It would be useful for these types to have parity where possible, to make it easier for standard library users to be able to switch between them.

Expected Behavior

BoundedArray.addManyAsSlice should exist with the same semantics as ArrayList.addManyAsSlice.

@sjb3d sjb3d added the bug Observed behavior contradicts documented or intended behavior label May 14, 2024
@Vexu Vexu added the standard library This issue involves writing Zig code for the standard library. label May 21, 2024
@Vexu Vexu added this to the 0.13.0 milestone May 21, 2024
@andrewrk andrewrk modified the milestones: 0.14.0, 0.13.0 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants