ZincParser.asGrid

Parses the InputRange and constructs an in-memory Grid

struct ZincParser(Range)
immutable(Grid)
asGrid
()
if (
isInputRange!Range &&
isSomeChar!(ElementEncodingType!Range)
)

Meta