LazyPngChunks

struct LazyPngChunks (
T
) if (
isBufferedInputRange!(T) &&
is(ElementType!T == ubyte[])
) {
T bytes;
Chunk current;
}

Meta