serve-d v0.7.0-beta.7 (2021-07-14T18:52:03Z)
Dub
Repo
Document.lineByteRangeAt
served
lsp
textdocumentmanager
Document
Returns a byte offset range as
[start, end]
of the given 0-based line number.
struct
Document
const
size_t
[2]
lineByteRangeAt
(
uint
line
)
Meta
Source
See Implementation
served
lsp
textdocumentmanager
Document
constructors
this
functions
applyChange
bytesToOffset
bytesToPosition
clone
eolAt
getLanguageId
length
lineAt
lineAtScope
lineByteRangeAt
lineColumnBytesToPosition
movePositionBytes
nextPositionBytes
offsetToBytes
offsetToPosition
positionToBytes
positionToOffset
rawText
setContent
wordRangeAt
static functions
nullDocument
variables
languageId
uri
version_
Returns a byte offset range as [start, end] of the given 0-based line number.