Function deinit [src]
Prototype
pub fn deinit(self: *DecoderState, allocator: Allocator) void
Parameters
self: *DecoderState
allocator: Allocator
Source
pub fn deinit(self: *DecoderState, allocator: Allocator) void {
self.literal_probs.deinit(allocator);
self.* = undefined;
}