Function deinit [src]

Prototype

pub fn deinit(contents: *DeclContents, gpa: Allocator) void

Parameters

contents: *DeclContentsgpa: Allocator

Source

pub fn deinit(contents: *DeclContents, gpa: Allocator) void { contents.explicit_types.deinit(gpa); contents.other.deinit(gpa); }