TextInput.lineByIndex

Update a line with given byte index.

  1. Rope lineByIndex(size_t index)
  2. const(char)[] lineByIndex(size_t index, const(char)[] value)
    class TextInput
    const(char)[]
    lineByIndex
    (
    size_t index
    ,
    const(char)[] value
    )
  3. Rope lineByIndex(size_t index, Rope newValue)

Meta