SourceText.this

Constructs a SourceText object.

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

Parameters

filePath
Type: cstring

File path for error messages.

data
Type: cstring

Memory buffer (may be terminated with sentinelString.)

Meta