dsymbol v0.2.9 (2017-09-06T19:50:49Z)
Dub
Repo
UpdatePair
dsymbol
symbol
If true, this symbol owns its type and will free it on destruction
struct
UpdatePair {
int
opCmp
(UpdatePair other);
DSymbol
*
oldSymbol
;
DSymbol
*
newSymbol
;
}
Members
Functions
opCmp
int
opCmp
(UpdatePair other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
newSymbol
DSymbol
*
newSymbol
;
Undocumented in source.
oldSymbol
DSymbol
*
oldSymbol
;
Undocumented in source.
Meta
Source
See Implementation
dsymbol
symbol
aliases
UpdatePairCollection
enums
CompletionKind
SymbolQualifier
functions
generateUpdatePairs
isPublicCompletionKind
structs
DSymbol
SymbolOwnership
UpdatePair
If true, this symbol owns its type and will free it on destruction