Function setSection [src]
Prototype
pub fn setSection(self: Index, section: String, builder: *Builder) void
Parameters
self: Index
section: String
builder: *Builder
Source
pub fn setSection(self: Index, section: String, builder: *Builder) void {
self.ptr(builder).section = section;
}