Sequence
public struct Sequence
extension Node.Sequence: Comparable
extension Node.Sequence: Equatable
extension Node.Sequence: Hashable
extension Node.Sequence: ExpressibleByArrayLiteral
extension Node.Sequence: MutableCollection
extension Node.Sequence: RandomAccessCollection
extension Node.Sequence: RangeReplaceableCollection
Sequence node.
-
This node’s tag (its type).
Declaration
Swift
public var tag: Tag
-
The style to be used when emitting this node.
Declaration
Swift
public var style: Style
-
The location for this node.
Declaration
Swift
public var mark: Mark?
-
The anchor for this node.
Declaration
Swift
public weak var anchor: Anchor?
-
Declaration
Swift
public enum Style : UInt32