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

Meta