Same idea as #15528, I just forgot about this function in that proposal :)
I would also like to suggest removing readAllAlloc as it's often a poor choice because it prevents you from reusing allocations, and possibly even readAll since I think streamAll into a std.BoundedArray.Writer provides a better UX.
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.