-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Replace readAllArrayList with streamAll #19513
Copy link
Copy link
Closed
Labels
proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Same idea as #15528, I just forgot about this function in that proposal :)
I would also like to suggest removing
readAllAllocas it's often a poor choice because it prevents you from reusing allocations, and possibly evenreadAllsince I thinkstreamAllinto astd.BoundedArray.Writerprovides a better UX.