Structureswift-syntax 601.0.1SwiftSyntax
Value
MemoryLayout.swift:15This declaration is gated by at least one @_spi attribute.
struct ValueThis declaration is gated by at least one @_spi attribute.
struct Valueimport SwiftSyntaxA library for working with Swift code.
enum SyntaxMemoryLayoutstatic var values: [String : SyntaxMemoryLayout.Value] { get }protocol EquatableA type that can be compared for value equality.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(size: Int, stride: Int, alignment: Int) static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.