Text.prepend

Insert characters into this Text

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

Meta