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.
1 parent 5efa052 commit 7c4b3feCopy full SHA for 7c4b3fe
Sources/SwiftOperators/OperatorTable.swift
@@ -29,6 +29,7 @@ public struct OperatorTable {
29
30
/// Initialize the operator precedence instance with a given set of
31
/// operators and precedence groups.
32
+ @_optimize(none)
33
public init(
34
precedenceGroups: [PrecedenceGroup],
35
operators: [Operator],
0 commit comments