i just want to be able to readItem() T and writeItem(T). seems like maybe the answer for dynamic would be to use Io.Writer.Allocating and mem.toBytes() or other similar methods from mem? and then for static use a Io.Writer.Fixed?
i haven't been following the Io changes too closely. is there a generic LinearFifo replacement already or in the works?