Function setSection [src]

Prototype

pub fn setSection(self: Index, section: String, builder: *Builder) void

Parameters

self: Indexsection: Stringbuilder: *Builder

Source

pub fn setSection(self: Index, section: String, builder: *Builder) void { self.ptr(builder).section = section; }