D Documentation  
uncompress
void[] uncompress(void[] buf);


Decompress the data in buf and return the decompressed data. The buffers returned from successive calls to this should be concatenated together.

Example
Todo
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.