IndentStack.push

Pushes the given indent type on to the stack.

  1. void push(IdType item)
    struct IndentStack
    pure nothrow
    void
    push
    (
    IdType item
    )
  2. void push(IdType item, Details detail)

Meta