Chunk

Undocumented in source.

Members

Functions

canSplit
bool canSplit()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Span s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

chunks
inout(Chunk[]) chunks [@property getter]
Undocumented in source.
continuation
bool continuation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
glued
bool glued [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
indentation
uint indentation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kind
ChunkKind kind [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
newLineCount
uint newLineCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
separator
Separator separator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
span
inout(Span) span [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
startsRegion
bool startsRegion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
startsUnwrappedLine
bool startsUnwrappedLine [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
inout(string) text [@property getter]
Undocumented in source.

Meta