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.
2 parents 1cf76a0 + 62ce892 commit 3212479Copy full SHA for 3212479
docs/OptimizationTips.rst
@@ -135,7 +135,7 @@ in the following ``C.array1`` and ``D.array1`` will be accessed directly
135
136
func usingC(_ c: C) {
137
c.array1[i] = ... // Can directly access C.array without going through dynamic dispatch.
138
- c.doSomething() = ... // Can directly call C.doSomething without going through virtual dispatch.
+ c.doSomething() // Can directly call C.doSomething without going through virtual dispatch.
139
}
140
141
func usingD(_ d: D) {
0 commit comments