TextInput.push

Push a character or string to the input.

  1. void push(dchar character)
  2. void push(const(char)[] ch)
    class TextInput
    void
    push
    (
    scope const(char)[] ch
    )
    out (; _bufferNode, "_bufferNode must exist after pushing to buffer")
  3. void push(Rope text)

Meta