Function deinit [src]
Prototype
pub fn deinit(contents: *DeclContents, gpa: Allocator) void
Parameters
contents: *DeclContents
gpa: Allocator
Source
pub fn deinit(contents: *DeclContents, gpa: Allocator) void {
contents.explicit_types.deinit(gpa);
contents.other.deinit(gpa);
}