Function clear [src]
Prototype
pub fn clear(contents: *DeclContents) void
Parameters
contents: *DeclContents
Source
pub fn clear(contents: *DeclContents) void {
contents.func_decl = null;
contents.explicit_types.clearRetainingCapacity();
contents.other.clearRetainingCapacity();
}