Parameter.hasBinding

Check whether this parameter has a binding to the given target.

class Parameter
@nogc
bool
hasBinding
(,
string prop
)

Parameters

node Node
prop string

Return Value

Type: bool

true if this parameter has a binding to the target, false otherwise.

Meta