Document.rawText

Returns a read-only view of the text. The text may however be changed by other operations, so this slice should be used directly and not after any context yield or API call potentially modifying the data.

  1. const(char)[] rawText()
    struct Document
    const
    const(char)[]
    rawText
    ()
  2. string rawText()

Meta