#Replacement for ArrayList.fixedWriter
1 messages · Page 1 of 1 (latest)
std.Io.Writer.fixed?
actually std.Io.Writer.Allocating prob better
depends on your setups
Does Allocating support a clear operation? (without unallocating)
ya but in theory the print function could reallocate even though it never will
but at this point I think that's more effort than it's worth to fix
if you dont want to allocate use fixed, you can use consume to reset it.