SourceText.this

True when the text has no invalid UTF8 sequences. Constructs a SourceText object.

  1. this(cstring filePath, bool loadFile = false)
    class SourceText
    this
    (
    ,
    bool loadFile = false
    )
  2. this(cstring filePath, cstring data)

Parameters

filePath
Type: cstring

File path to the source file.

loadFile
Type: bool

Whether to load the file in the constructor.

Meta