CodeBuilder.rawPush

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__)
  2. void push(Indent indent, string f = __FILE__, int l = __LINE__)
  3. void rawPush(string str = null, Indent indent = Indent.close, string f = __FILE__, int l = __LINE__)
    struct CodeBuilder
    void
    rawPush
    (
    string str = null
    ,,
    string f = __FILE__
    ,
    int l = __LINE__
    )

Meta