DSymbol.this

  1. this()
  2. this(string name, CompletionKind kind, DSymbol* type)
  3. this(istring name, CompletionKind kind, DSymbol* type)
    struct DSymbol
    nothrow @nogc @safe
    this

Parameters

name istring

the symbol's name

kind CompletionKind

the symbol's completion kind

type DSymbol*

the resolved type of the symbol

Meta