alias Yuno::VgmDecompressor::FuncSet
Overview
A method for checking for compressed data, and decompressing that data.
Alias Definition
{ext: Array(String), checker: IO -> Bool, decomp: IO -> IO::Memory}
A method for checking for compressed data, and decompressing that data.
{ext: Array(String), checker: IO -> Bool, decomp: IO -> IO::Memory}