Parameter.hasAnyBindingsTo

Check whether this parameter has any bindings to the given node.

class Parameter
@nogc
bool
hasAnyBindingsTo

Parameters

node Node

Return Value

Type: bool

true if this parameter has any bindings to the node, false otherwise.

Meta