Resolver.resolve

Resolve tag of a node.

struct Resolver
package
string
resolve
@safe
(
const NodeID kind
,
const string tag
,
const string value
,
const bool implicit
)

Parameters

tag
Type: string

Explicit tag of the node, if any.

value
Type: string

Value of the node, if any.

implicit
Type: bool

Should the node be implicitly resolved?

If the tag is already specified and not non-specific, that tag will be returned.

Return Value

Type: string

Resolved tag.

Meta