Alias public struct Alias extension Node.Alias: Comparable extension Node.Alias: Equatable extension Node.Alias: Hashable Scalar node. Show on GitHub anchor The anchor for this alias. Declaration Swift public var anchor: Anchor Show on GitHub tag This node’s tag (its type). Declaration Swift public var tag: Tag Show on GitHub mark The location for this node. Declaration Swift public var mark: Mark? Show on GitHub init(_:_:_:) Create a Node.Alias using the specified parameters. Declaration Swift public init(_ anchor: Anchor, _ tag: Tag = .implicit, _ mark: Mark? = nil) Parameters tag This scalar’s Tag. mark This scalar’s Mark. Show on GitHub