DVUI

deinit

See HashMap.deinit

Parameters

#
self:*Self
*Self
allocator:Allocator
Allocator

Source

Implementation

#
pub fn deinit(self: *Self, allocator: Allocator) void {
            self.map.deinit(allocator);
            self.retain_map.deinit(allocator);
            self.* = undefined;
        }