serve-d v0.7.0-beta.7 (2021-07-14T18:52:03Z)
Dub
Repo
Document.lineAt
served
lsp
textdocumentmanager
Document
Returns the text of a line starting at line 0.
string
lineAt
(Position position)
string
lineAt
(uint line)
struct
Document
const
string
lineAt
(
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 the text of a line starting at line 0.