std::io

ByteWriter

struct ByteWriter (OutStream)
{
	char[] bytes;
	usz index;
	Allocator allocator;
}

Members

Methods