We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mutating
1 parent 06f123a commit 7392a3cCopy full SHA for 7392a3c
Sources/SwiftParser/TokenConsumer.swift
@@ -138,7 +138,7 @@ extension TokenConsumer {
138
/// If this is the case, return the `Subset` case that the parser is positioned in
139
/// as well as a handle to consume that token.
140
@inline(__always)
141
- mutating func at<SpecSet: TokenSpecSet>(
+ func at<SpecSet: TokenSpecSet>(
142
anyIn specSet: SpecSet.Type
143
) -> (spec: SpecSet, handle: TokenConsumptionHandle)? {
144
#if SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION
0 commit comments