Text.prepend

Insert another Text into this Text

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

Meta