DVUI

deinit

Parameters

#
self:*Dialogs
*Dialogs
gpa:std.mem.Allocator
std.mem.Allocator

Source

Implementation

#
pub fn deinit(self: *Dialogs, gpa: std.mem.Allocator) void {
    defer self.* = undefined;
    self.stack.deinit(gpa);
}