wordInLineBytes

Returns a range of the identifier/word at the given position.

  1. uint[2] wordInLine(const(char)[] line, uint character)
  2. size_t[2] wordInLineBytes(const(char)[] line, size_t bytes)
    size_t[2]
    wordInLineBytes
    (
    const(char)[] line
    ,
    size_t bytes
    )

Meta