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 954a508 commit 160c3efCopy full SHA for 160c3ef
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