Structureswift-syntax 601.0.1SwiftSyntax
RawIdentifier
Identifier.swift:97This declaration is gated by at least one @_spi attribute.
struct RawIdentifier
This declaration is gated by at least one @_spi attribute.
struct RawIdentifier
import SwiftSyntax
A library for working with Swift code.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
A 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.
let name: SyntaxText
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.