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 81637e1 commit 24a2c2cCopy full SHA for 24a2c2c
Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md
@@ -58,7 +58,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
58
| Stored properties: `var`, `let` (with `willSet`, `didSet`) | ✅ | ✅ |
59
| Computed properties: `var` (incl. `throws`) | ✅ / TODO | ✅ |
60
| Async functions `func async` and properties: `var { get async {} }` | ❌ | ✅ |
61
-| Arrays: `[UInt8]`, `[T]` | ❌ | ❌ |
+| Arrays: `[UInt8]`, `[MyType]`, `Array<Int64>` etc | ❌ | ✅ |
62
| Dictionaries: `[String: Int]`, `[K:V]` | ❌ | ❌ |
63
| Generic parameters in functions: `func f<T: A & B>(x: T)` | ❌ | ✅ |
64
| Generic return values in functions: `func f<T: A & B>() -> T` | ❌ | ❌ |
0 commit comments