std::io

MultiReader

struct MultiReader (InStream)
{
	InStream[] readers;
	usz index;
	Allocator allocator;
}

Members

Methods