Text.prepend

Insert text into this Text

  1. Text prepend(T chr, int count)
  2. Text prepend(const(T)[] other)
    class Text(T)
    final
    prepend
    (
    const(T)[] other
    )
  3. Text prepend(const(TextViewT) other)

Meta