Document.lineByteRangeAt

Returns a byte offset range as [start, end] of the given 0-based line number. Contains the line terminator, if it exists.

struct Document
const
size_t[2]
lineByteRangeAt
(
uint line
)

Meta