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

Meta