You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The
JavaKitCollection
module has a conformance ofjava.util.List
to Swift'sSequence
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 text was updated successfully, but these errors were encountered: