SquizAlgo.process

Processes the input stream data to produce output stream data. lastChunk indicates that the input chunk in stream is the last one. This is an indication to the algorithm that it can start to finish the work. Returned value indicates that there won't be more output generated than the one in stream.output

interface SquizAlgo
@safe
Flag!"streamEnded"
process
(,
Flag!"lastChunk" lastChunk
)

Meta