If I had to directly ask, is there a “DebugAllocator” like interface for Io yet? But I presume there isn’t from searching the std, so might there be a way to wrap an Io, calling the inner vtable.dirOpenFile/vtable.fileClose with an fd tracker?
I’ve seen tutorials on using the new Io but not much written on creating Io, what exactly is needed when filling out it’s vtable, is there more than just the vtable to be aware of? That could be it’s own topic/post though.