expand

Component to expand compressed result of LZ77 Compress.

Description: Does not allocate memory. The expand operation is quite a bit faster than the corresponding compress.

expand
(
R
)
(
R src
)
if (
isInputRange!R &&
is(ElementType!R : ubyte)
)

Return Value

Type: auto

An InputRange which provides the expanded data.

Meta