Text.select

Explicitly set the current selection to the given start and length. values are pinned to the content extents

  1. Text select(size_t start, size_t length)
    class Text(T)
    final
    select
    (,
    size_t length = int.max
    )
  2. bool select(T c)
  3. bool select(const(TextViewT) other)
  4. bool select(const(T)[] chars)

Meta