Skip to content

Structure

LeafAST

LeafAST represents a “compiled,” grammatically valid Leaf template (which may or may not be fully resolvable or erroring)
struct LeafAST

Topics

Operators

  • ==(_:_:)
    Returns a Boolean value indicating whether two values are equal.

Instance Methods

  • hash(into:)
    Hashes the essential components of this value by feeding them into the given hasher.

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.Sendable
  • Swift.SendableMetatype