CodeBuilder.push

Places str onto a stack that can latter be popped into the current buffer.

See put for specifics.

  1. void push(string str, Indent indent = Indent.close, string f = __FILE__, int l = __LINE__)
    struct CodeBuilder
    void
    push
    (
    string str
    ,,
    string f = __FILE__
    ,
    int l = __LINE__
    )
  2. void push(Indent indent, string f = __FILE__, int l = __LINE__)
  3. void push(CodeBuilder build)
  4. void rawPush(string str = null, Indent indent = Indent.close, string f = __FILE__, int l = __LINE__)

Meta