Function init [src]
Prototype
pub fn init(gpa: Allocator) !Decode Parameters
gpa: Allocator Source
pub fn init(gpa: Allocator) !Decode {
return .{ .lzma_decode = try lzma.Decode.init(gpa, .{ .lc = 0, .lp = 0, .pb = 0 }) };
} pub fn init(gpa: Allocator) !Decode gpa: Allocator pub fn init(gpa: Allocator) !Decode {
return .{ .lzma_decode = try lzma.Decode.init(gpa, .{ .lc = 0, .lp = 0, .pb = 0 }) };
}