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 a3ae108 commit 9528fb3Copy full SHA for 9528fb3
Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md
@@ -83,7 +83,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
83
| Ownership modifiers: `inout`, `borrowing`, `consuming` | ❌ | ❌ |
84
| Default parameter values: `func p(name: String = "")` | ❌ | ❌ |
85
| Operators: `+`, `-`, user defined | ❌ | ❌ |
86
-| Subscripts: `subscript()` | ❌ | ❌ |
+| Subscripts: `subscript()` | ✅ | ✅ |
87
| Equatable | ❌ | ❌ |
88
| Pointers: `UnsafeRawPointer`, UnsafeBufferPointer (?) | 🟡 | ❌ |
89
| Nested types: `struct Hello { struct World {} }` | ❌ | ✅ |
0 commit comments