Enumerationswift-syntax 601.0.1SwiftParser->SwiftSyntax
BindingSpecifierOptions
Parser+TokenSpecSet.swift:3075This declaration is gated by at least one @_spi attribute.
enum BindingSpecifierOptionsThis declaration is gated by at least one @_spi attribute.
enum BindingSpecifierOptionss11SwiftSyntax024OptionalBindingConditionB0V0A6ParserE0D16SpecifierOptionsO What are these?8XH86import SwiftSyntaxA library for working with Swift code.
import SwiftParserA parser for the Swift programming language.
struct OptionalBindingConditionSyntaxcase `let`case `var`case `inout`case _mutatingcase _borrowingcase _consumingprotocol CaseIterableA type that provides a collection of all of its values.
protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
init?(token: TokenSyntax) var tokenSyntax: TokenSyntax { get }Returns a token that satisfies the TokenSpec of this case.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.