std::collections::range {Type}

Range

struct Range (Printable)
{
	Type start;
	Type end;
}

Members

Methods