Open
Description
The JavaKitCollection
module has a conformance of java.util.List
to Swift's Sequence
protocol. We should find a way to expand and generalize this so all of the various Java collection types can be treated as Swift sequences.
The JavaKitCollection
module has a conformance of java.util.List
to Swift's Sequence
protocol. We should find a way to expand and generalize this so all of the various Java collection types can be treated as Swift sequences.