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
java.util.Optional is very similar in spirit to Swift optionals. We should determine whether there is a good way to automatically translate java.util.Optional<T> to T? in Swift, correctly.
The text was updated successfully, but these errors were encountered:
java.util.Optional
is very similar in spirit to Swift optionals. We should determine whether there is a good way to automatically translatejava.util.Optional<T>
toT?
in Swift, correctly.The text was updated successfully, but these errors were encountered: