Resolver.resolve

string resolve(const NodeID kind, const string tag, scope string value, const bool implicit) @safe

Resolve tag of a node.

Parameters

kindType of the node.
tagExplicit tag of the node, if any.
valueValue of the node, if any.
implicitShould the node be implicitly resolved? If the tag is already specified and not non-specific, that tag will be returned.

Returns

Resolved tag.