codebuilder.structure

Provides common functions during language conversion.

Members

Enums

Indent
enum Indent

Specifies how indentation should be applied to this line.

Functions

indented
string indented(int indentCount, string indentation)

Converts a numeric to an indent string

Structs

CodeBuilder
struct CodeBuilder

An output range that provides extended functionality for constructing a well formatted string of code.

Meta