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 884ab29 commit 2ff5ef7Copy full SHA for 2ff5ef7
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
+ @_semantics("optimize.sil.specialize.generic.never"
33
public init(
34
precedenceGroups: [PrecedenceGroup],
35
operators: [Operator],
0 commit comments