shouldSwapWithType

bool
shouldSwapWithType
pure nothrow @safe
(
,
CompletionKind kind
,
size_t current
,
size_t max
)

Parameters

completionType

the completion type being requested

kind
Type: CompletionKind

the kind of the current item in the completion chain

current
Type: size_t

the index of the current item in the symbol chain

max
Type: size_t

the number of items in the symbol chain

Return Value

Type: bool

true if the symbol should be swapped with its type field

Meta